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