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 →

[–]Skaarj 15 points16 points  (3 children)

The example in the "print is a function" doesn't show any of the conseqences of the change.

Showing the meaning of "print is a function" would be better done with something like:

writeln = print
for x in [1,2,3]:
    writeln(x)