What is False!?!?
print("Welcome!") x = input("Print Hello or Hi or Ciao:") if x == "Hello" or "Hi" or "Ciao": print("Hi. How are u?") y = input("How are u:") if y in ("Im fine", "Good", "Good!", "Im fine!", "Good.","Im fine.", "I'm fine", "I'm fine!"): print("Good") elif y == "Im fine thanks", "Im fine thanks!", "Good, thanks", " I'm fine, thanks!", "Im fine, thanks!", "Im fine, thanks", "Im fine, thanks!", "Im fine, thanks.", "I'm fine, thanks.", "I'm fine thanks!": print("No problem") else: print("What?") z = input("Your age:") if z == "12" or "13" or "14" or "15": print("Oh, Im only 1 day...") print("I have to go, sorry.") a = input("Say bye or other Farewell: ") if a == "Bye" or "Goodbye" or "Ciao" or "Good luck" or "Good luck!": print("Good luck!")