Created
July 23, 2020 04:00
-
-
Save evu/bef69b65839e1eb17c813b10d79bf634 to your computer and use it in GitHub Desktop.
the zen of python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Do not let the zen slip through your fingers.""" | |
import this | |
zen = "".join([this.d[x] if x.isalnum() else x for x in this.s]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment