4 lines
66 B
Python
4 lines
66 B
Python
print('This still works')
|
|
1 / 0
|
|
print('We will never reach this')
|
print('This still works')
|
|
1 / 0
|
|
print('We will never reach this')
|