Files
2020-07-21 10:42:32 +00:00

6 lines
139 B
Python

def f():
try:
print('something')
except Exception:
# ... Code that does not use 'e'
print('something else')