Note 5.17.1.
If you work in a group, have only one member of the group fill in the answers on this page. You will be able to share your answers with the group at the bottom of the page.
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.https://cspogil.org/Home