# Ask all questions adjective1 = input("Tell me an adjective, and click enter. ") noun1 = input("Tell me a noun (plural), and click enter. ") noun2 = input("Tell me another noun, and click enter. ") adjective2 = input("Tell me an another adjective, and click enter. ") # TODO: print ("Roses are ", adjective1) # TODO: print (noun1, "are blue") # TODO: print (noun2, "is", adjective2) # TODO: print ("And so are you!")