# conditional statement hero = input("Who is your hero?") if hero == "My father": print("Thats nice") else: print ("Thats cool!") print("The program has ended")