Question 1
The original code only had one parameter between the parentheses – Function (name). Describe what that parameter was used for and your impression of how it worked when you ran the code. For example, after you ran the script, you were asked to type something like “Hello(“Gwen”)” to execute it. How does Hello(“Gwen”) relate to the original code you typed and the output you saw when you ran the script?
Question2
When you modified the code, you added an additional parameter – Function (name, age). How did this change affect what happened with the program? How were the execution and contents of the script different when you added a second parameter?
Question3:
Question 3:
Why were “%i” and “%s” in the script? What purpose do you think those two symbols served? Why?