#Example 1 age = int(input("How old are you?")) #Example 2 print("How old are you?") age = int(input()) if age < 18: # Error votingAge = True