how to use try catch finally in python code example Example: python exception try: # code block except ValueError as ve: print(ve)