fork(1) download
  1. import random
  2. array
  3. for a in range(12):
  4. array= random.randint(1,100),
  5. print
  6.  
  7.  
Runtime error #stdin #stdout #stderr 0s 33864KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 2, in <module>
NameError: name 'array' is not defined