fork download
  1. import random
  2. array= [1, 2, 3, 4, 5 ,6, 7, 8, 9, 10, 11, 12]
  3. for a in range(12):
  4. array= random.randint(1,100),
  5. print array
  6.  
  7.  
Success #stdin #stdout 0s 33864KB
stdin
Standard input is empty
stdout
(47,)