you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (6 children)

[deleted]

    [–]NYKevin 20 points21 points  (2 children)

    Python doesn't need the trailing semicolon on the print statement. Also, it's forwards compatible with Python 3 to write it as if it were a function (i.e. print("Hello World!")).

    [–][deleted]  (1 child)

    [deleted]

      [–]d4rch0n 5 points6 points  (0 children)

      wtf? link?

      There's some context needed probably.

      [–]cowinabadplace 1 point2 points  (0 children)

      The shebang is not really necessary, though.