From 5a2d9e244112648b6a25d0222cc3a63f859860a7 Mon Sep 17 00:00:00 2001 From: anon Date: Mon, 22 Jul 2024 19:39:20 +0200 Subject: [PATCH] Added 'Python/better_exceptions_test.py' --- Python/better_exceptions_test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Python/better_exceptions_test.py diff --git a/Python/better_exceptions_test.py b/Python/better_exceptions_test.py new file mode 100644 index 0000000..94c20b2 --- /dev/null +++ b/Python/better_exceptions_test.py @@ -0,0 +1,3 @@ +a = 1 + 1 +a = [] + [2, 3, 4] +print("error" + a[0])