Added 'Python/better_exceptions_test.py'

This commit is contained in:
anon 2024-07-22 19:39:20 +02:00
parent b05ed97b60
commit 5a2d9e2441

View File

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