try: int(days) except: print(\'Invalid input. A integer value was expected. Try again.\') days = (input("Enter the number of days: ", ))