# Homework 07, problem 2 -- solution. # # The trick: wrap the string in single quotes on the outside so the # double quotes inside the string do not confuse Python. print('"The best way to predict the future is to invent it."') print(" - Alan Kay")