can you use two time try and except in python function code example Example: python exception try: # code block except ValueError as ve: print(ve)