fork download
  1. msv = []
  2. for i in range (10):
  3. msv[i] = i
  4. i+=1
Runtime error #stdin #stdout #stderr 0.02s 8688KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
IndexError: list assignment index out of range