In a .py file, create a program and use input() three times to get answers to the following questions from a user.  Store each of the answers in a variable.

  1. What is your name?

  2. What is your quest?

  3. What is your favorite color?

Then, concatenate everything into a string within a print() statement with the form "So your name is [name], your quest is [quest], and your favorite color is [color]."