From
http://stackoverflow.com/questions/228181/zen-of-python
Tells you what is Zen of Python
Actually this is enough to print the Truth:
import this
Loop version from http://stackoverflow.com/questions/3559124/dissecting-a-line-of-obfuscated-python
result = []
for c in this.s: ## fixed tonyjv
if c in this.d:
result.append(this.d[c])
else:
result.append(c)
print "".join(result)