Mastering-Python-2e-code_2/CH_11_debugging/T_13_pdb_catching_exceptions.py
2022-05-05 18:25:55 +02:00

4 lines
66 B
Python

print('This still works')
1 / 0
print('We will never reach this')