4 lines
79 B
Python
4 lines
79 B
Python
|
# TODO: requires repr()
|
||
|
#a = IndexError(1, "test", [100, 200])
|
||
|
#print(repr(a))
|