z = 0 y = 10 try: x = y / z except: print("That's not a good idea!") print("Goodbye")