When I try to use a print statement in Python, it gives me this error:
print
>>> print \"Hello, World!\" File \"\", line 1
Unfortunately, the old xkcd comic isn't completely up to date anymore.
Since Python 3.0 you have to write:
print("Hello, World!")
And someone has still to write that antigravity library :(
antigravity