fork download
  1. # your code goes here
  2. from random import randint
  3. weeks=[]
  4. for x in range(0, 52):
  5. days = []
  6. for x in range(0, 7):
  7. days[j]= randint(70, 99)
  8.  
  9.  
Runtime error #stdin #stdout #stderr 0.04s 12052KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 7, in <module>
NameError: name 'j' is not defined