Oct 16
Python easter egg “import antigravity”
Now with Python, you can do an import antigravity.
And soon you’ll be flying.

(From XKCD)
import webbrowserwebbrowser.open("http://xkcd.com/353/")
(Source: Python)
XKCD comics have been receiving quite a bit of attention recently hasn’t it?
Possibly related:
- Why honor societies are lame
- Python will switch to Mercurial
- Python User Group is kinda interesting
- It’d be pretty funny to code in Chinese
This entry was posted
on Thursday, October 16th, 2008 at 5:27 pm and has been tagged antigravity, comic, easter egg, python, reference, xkcd. Comments RSS feed.
Actually if you have python 3.0 and type in import antigravity you get an easter egg.
May 29