yazdmich

Untitled

May 8th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. var = True
  2. while var:
  3.     num = random.randint(1, 92)
  4.         if (used[num] == False):
  5.         var = False
Advertisement
Add Comment
Please, Sign In to add comment