Advertisement
ingwey

Untitled

May 7th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. from random import randint
  2.  
  3. n = 0
  4. m = 0
  5. L = list()
  6.  
  7. while m <= 10:
  8. m = 0
  9. n = randint(0, 100)
  10. L.insert[m, n]
  11. m = m+1
  12.  
  13. print (L)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement