Easter eggs in Python
Easter eggs are always a sweet surprise. And Python also has some. Heres a list of Python’s easter eggs. Try them out and be surprised! # Fire up the Python console and type in ‘ import __hello__ ‘ or ‘ import __phello__ ‘ and this is what you will get. It happens only on the… |