Guest User

Untitled

a guest
Dec 15th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import random
  2. x=0
  3. while x < 100:
  4. mylist = (random.randrange(1,10))
  5. print(mylist)
  6. x = x+1
Add Comment
Please, Sign In to add comment