fork download
  1. import random
  2.  
  3. lista = []
  4. for i in range(100):
  5. lista.append(random.randint(0,100))
  6.  
  7. print(lista)
  8.  
  9.  
  10.  
Success #stdin #stdout 0.1s 14264KB
stdin
Standard input is empty
stdout
[21, 68, 92, 7, 53, 95, 18, 71, 39, 63, 94, 86, 57, 46, 39, 15, 82, 65, 46, 91, 66, 53, 62, 23, 1, 35, 97, 57, 74, 75, 16, 84, 46, 15, 19, 66, 56, 75, 22, 27, 11, 55, 71, 77, 0, 35, 75, 17, 21, 86, 76, 77, 32, 36, 38, 14, 54, 99, 59, 33, 24, 52, 23, 78, 45, 42, 28, 13, 61, 61, 26, 75, 74, 63, 59, 8, 1, 63, 45, 63, 44, 29, 31, 48, 63, 17, 29, 2, 95, 66, 12, 40, 38, 89, 26, 20, 96, 35, 25, 73]