Skip to content

Instantly share code, notes, and snippets.

@cocodrips
Created September 23, 2013 13:43
Show Gist options
  • Save cocodrips/6670583 to your computer and use it in GitHub Desktop.
Save cocodrips/6670583 to your computer and use it in GitHub Desktop.
ビンゴっぽいもの
import random
array = range(1, 76)
random.shuffle(array)
for x in array:
raw_input("")
print x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment