Jack142

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