mood = input("Are you okay?") if mood == "I´m fine": print("That´s great to hear.") else: print("Oh, why?")