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