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 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!