#Instead of a = int(input("What is x?")) #Put try: a = int(input("What is x?")) except ValueError: print ("Insert ValueError message here") #This way your program won't crash