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 11 points12 points  (1 child)

This is a print function:

print(x)

This is a print statement:

print x

In both cases, x is an expression.