age = int(input("How old are you? ") if age > 16 then print("You are old enough to drive a car and ride a moped!") else if age == 16 then print("You are old enough to ...
total = 0 average = number1/number2 number1 = int(input("Enter the first number: “)) number2 = int(input("Enter the second number: ")) print("The average is ...