Files
tests/Python/better_exceptions_test.py
2024-07-22 19:39:20 +02:00

4 lines
51 B
Python

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