fork download
  1. # your code goes here
  2. range(5)
  3. print(i)
Runtime error #stdin #stdout #stderr 0.01s 23352KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 3, in <module>
NameError: name 'i' is not defined