Skip to content

Instantly share code, notes, and snippets.

@amane-katagiri
Last active August 9, 2017 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amane-katagiri/d9aa1a005193ab29f4da7909e2363a29 to your computer and use it in GitHub Desktop.
Save amane-katagiri/d9aa1a005193ab29f4da7909e2363a29 to your computer and use it in GitHub Desktop.
"あは ぎょうざ あはは" one-liner.
print(" ".join(["あはは" + "は" * __import__("random").randint(0, 3) for x in range(int(abs(__import__("random").normalvariate(0, 2)) * 10 + 1))]), "あは ぎょうざ あはは")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment