#Conditional statement V2 #variables score=0 timer=0 name = input("What is your name?") age = float(input("How old are you? ")) first_question = input("What is the tallest mountain in the world?") if first_question == "Mount Everest": print(f"Correct) else: