Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

Python

Compiler

CPython 3.6.2

Options

Author

anonymous

over 6 years ago

$ python3 prog.py
10 10
10 25
Traceback (most recent call last):
  File "prog.py", line 8, in <module>
    d = my_list[0][i]
IndexError: list index out of range
Exit Code:
1