Can anyone explain me the source code of python "import this"?
- by byterussian
If you open a Python interpreter, and type "import this", as you know, it prints:
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't…