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