drink = input( "Whats your favroite drink?" ) if drink == "water" : print ( "thats sigma healthy drink!" ) elif drink == "cofee" : print ( "ok pal your sooo mature" ) elif drink == "goat milk" : print ( "What the sigma wierdo" ) else : print( "What you thought I would write a reply for that I aint an AI I dont got all day" )