when would you use try/except in python code example Example: python try try: print(x) except: print("Err")