Computer Science, asked by k318010, 5 months ago

Consider the following program:

def display_greetings(name, msg):

print(“Hello”, name, msg)

display_greetings(name = “Vinay”, msg = “Good Morning”)

display_greetings(msg = “Good Morning”, name = “Vinay”)

display_greetings(name = “Vinay”, “Good Morning”)

Explain whether the above function calls are valid or invalid. Give reasons.​

Answers

Answered by sakshigupta802156
0

Answer:

please search on google

Similar questions