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