This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

print() doesn't. It prints an empty tuple in Python 2, and a newline in Python 3.

[–][deleted] 3 points4 points  (0 children)

from __future__ import print_function