fork download
  1. # your code goes here
  2. l=[i for i in range(300)]
  3. input(l[2])
Runtime error #stdin #stdout #stderr 0.1s 10104KB
stdin
Standard input is empty
stdout
2
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
EOFError: EOF when reading a line