pure= input("What is your favourite drink? ") if pure == "water" or pure == "Water": print(" What an execellent , healthy choice!") elif pure == "coffee" or pure == "Coffee": print("Carefull... not too many cups, or you'll go nuts! ") else: print("I've never heard of that!")