Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jafffy/977c0d99ae56a6b081f8f114be681f5e to your computer and use it in GitHub Desktop.
Save jafffy/977c0d99ae56a6b081f8f114be681f5e to your computer and use it in GitHub Desktop.
from random import random, seed
n = 24 - 1
seed(n)
print(int(n * random()))
@jafffy
Copy link
Author

jafffy commented Mar 13, 2019

21 번 손님 축하드립니다 ㅎ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment