tests/Python/better_exceptions_test.py

4 lines
51 B
Python

a = 1 + 1
a = [] + [2, 3, 4]
print("error" + a[0])