Language
Python
Compiler
CPython 3.6.2
Options
$ python3 prog.py
Traceback (most recent call last):
File "prog.py", line 41, in <module>
haipai1 = yamahai[0,1,2,3,17,18,19,20,33,34,35,36,49]
TypeError: list indices must be integers or slices, not tuple
Exit Code:
1