Recently, I have ran into a funny thing in Python. Try to import antigravity module inside the REPL:
Obviously, it is not the only funny thing hidden somewhere deep in the Python implementation. I researched the topic and I found more examples of easter eggs .
The best known is import this easter egg:
There is also nice example which exploits idea of this:
Also, Python as a truly enterprise ready language has built-in Hello World functionality:
But the funniest thing is IMHO this:
This exception message definitely made my day .
If I omitted something, please post a comment and let me know which I have missed.