Traceback (most recent call last): File "exceptions#030.py", line 6, in print(a_list[3]) IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "exceptions#030.py", line 8, in print(1 / 0) ZeroDivisionError: division by zero