drink = input( "What is your fav drink?" ) if drink > water print("you are awsome!") else: print("you stink")