Question: (i am using python) the first step is def get_name(): but i have no idea how to deal with def function thank you Complete the

(i am using python)
the first step is
def get_name():
but i have no idea how to deal with def function
thank you
Complete the get_name() function that: Prompts the user to enter their name and then Returns their name Note that the get_name ( ) function takes no parameters. Some examples of the function being used are shown below: For example: Test Input Result name = get_name() print("Your name is", name) Damir Please enter your name: Damir Your name is Damir print("Your name is", get_name()) Ann Please enter your name: Ann Your name is Ann
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
