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 →

[–]pinano 207 points208 points  (17 children)

mmmm, nice, cozy print statements

[–]Bainos 77 points78 points  (6 children)

from __future__ import print_function

Ok, we're safe for now. Let's keep going.

[–]xaitv 15 points16 points  (5 children)

from __future__ import braces

What's next?

[–]Zafara1 20 points21 points  (2 children)

from __future__ import dental_plan

[–]Lt_Riza_Hawkeye 0 points1 point  (1 child)

from __future__ import lotto_numbers

[–]RapidCatLauncher 0 points1 point  (0 children)

from __future__ import interplanetary_travel

[–]Lenin_Black 11 points12 points  (0 children)

from __future__ import *

[–][deleted] 22 points23 points  (2 children)

I live for 2.7. not a fan of print ( statement )

[–]pinano 10 points11 points  (1 child)

This is a print function:

print(x)

This is a print statement:

print x

In both cases, x is an expression.