0
15
Shortcut: try.exceptfinally
try.exceptfinally
0 Comments
try: # instructions except Exception: print("something happened") finally: print("Run this always")