drink = input("What is your favourite 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 ("Ive never heard of that!")