try: # Runs first except: # Runs if exception occurs in try block else: # Executes if try block *succeeds* finally: # This code *always* executes