Vidyalelo
Python · Q136

Functions in Python

Programming · Python · question 136

Q136

How can you define a function that accepts an arbitrary number of keyword arguments?

A.
By using the **kwargs syntax
Answer
B.
By using the *args syntax
C.
By using the * symbol
D.
By using the ... symbol

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board