drink = input("What is your favourite drink? ") if drink == "water" : print("What and excellent, healthy choice!") elif drink == "coffee" : print("Careful... not to many cups, or you'll go nuts!") else: print("i've never heard of that before")