Mary wants to declare the following function with one default value:
def greet(name, surname, greeting):
print(greeting, name, surname)
Which parameter is to be set as a default value?
Mary wants to declare the following function with one default value:
def greet(name, surname, greeting):
print(greeting, name, surname)
Which parameter is to be set as a default value?
Create a free account to access the full topic