Skip to content

Instantly share code, notes, and snippets.

@nomuken
Created December 31, 2020 15:35
Show Gist options
  • Save nomuken/e302d02fd60fdc6c0949f21e32e7f752 to your computer and use it in GitHub Desktop.
Save nomuken/e302d02fd60fdc6c0949f21e32e7f752 to your computer and use it in GitHub Desktop.
おみくじ
import random
omikuji = ["ぱろっく", "大吉", "吉", "中吉", "小吉", "末吉", "凶", "大凶"]
print(random.choice(omikuji))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment