Page 1 of 1

Q # 1 : Famous Quote: Find a quote from a famous person you admire. Print the quote and the name of its author. Your out

Posted: Thu May 26, 2022 9:37 am
by answerhappygod
Q # 1 : Famous Quote: Find a quote from a famous
person you admire. Print the quote and the name of its author. Your
output should look something like the following, including the
quotation.
Albert Einstein once said, “A person who never made a
mistake never tried anything new.”
Famous Quote 2: Repeat Q # 1, but this time, represent the
famous person’s name using a variable called famous_person. Then
compose your message and represent it with a new variable called
message. Print your message. (use python show coding and run the
program to check as well)