1.
What is the first thing that will be printed when the code below runs?
print_greeting that asks for your name and prints βHello Nameβ. Then define a main function that calls print_greeting. Be sure to also call the main function. Note that you will have to indent the lines that are in the body of each function. Click the Check button to check your solution.