Q136
How can you define a function that accepts an arbitrary number of keyword arguments?
A.
By using the **kwargs syntax
AnswerB.
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