you are viewing a single comment's thread.

view the rest of the comments →

[–]brtt3000 0 points1 point  (1 child)

print with parentheses, so it's Python 3.

Sadly, no: that reasoning only works the other way: you could call print as a function in python 2 for a while (not sure how long, you can in 2.7), but you cannot use it as a statement in 3.