Based on the following function definition, which answer is a proper function call. (select all correct answers) def greet(name, msg="Hello"):     print(msg + ", " + name) a. greet("Seth") b. greet("Seth", "Hello") c. greet() d. greet(msg="Hello", "Seth") e. greet(msg="Hello", name="Seth")

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 22SA
icon
Related questions
Question

(python)

Based on the following function definition, which answer is a proper function call. (select all correct answers)

def greet(name, msg="Hello"):

    print(msg + ", " + name)

a. greet("Seth")
b. greet("Seth", "Hello")
c. greet()
d. greet(msg="Hello", "Seth")
e. greet(msg="Hello", name="Seth")
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning