print( "----------------------------" ) print( "Drink Check:" ) 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!" )