Question: 2 points ) Write a function quote _ maker ( quote , name, year ) that returns a sentence, i . e . a tring

2 points) Write a function quote_maker(quote, name, year) that returns a sentence, i.e. a
tring of the following form: In year, a person called name said: "quote" See the next
jection 2 below for some examples of how your function must behave.
2 points) Write a function quote_displayer() that prompts the user for a quote, name, and year.
The function should then print a sentence using the same format as specified in the previous
question. (To do that, your solution must make a call to quote_maker function from the previous
question to obtain a string that you then print).
2 points ) Write a function quote _ maker ( quote

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!