Skip to content

Instantly share code, notes, and snippets.

@evu
Created July 23, 2020 04:00
Show Gist options
  • Save evu/bef69b65839e1eb17c813b10d79bf634 to your computer and use it in GitHub Desktop.
Save evu/bef69b65839e1eb17c813b10d79bf634 to your computer and use it in GitHub Desktop.
the zen of python
"""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