favdrink = input( 'what is your favourite drink ' ) if favdrink == "water": print( 'What and excellent, healthy choice!' ) if favdrink == 'coffee': print( 'Careful... not too many cups, u you will go nuts!' ) if favdrink == 'goat milk': print( 'I have never heard of that!' )