Added 'Python/better_exceptions_test.py'
This commit is contained in:
parent
b05ed97b60
commit
5a2d9e2441
3
Python/better_exceptions_test.py
Normal file
3
Python/better_exceptions_test.py
Normal file
@ -0,0 +1,3 @@
|
||||
a = 1 + 1
|
||||
a = [] + [2, 3, 4]
|
||||
print("error" + a[0])
|
Loading…
x
Reference in New Issue
Block a user