Vidyalelo
Python · Q40

Formatting and Decorators

Programming · Python · question 40

Q40

What does the ** symbol do when used in a function's parameter list?

A.
Accepts keyword arguments
B.
Raises an error
C.
Packs arguments
D.
Raises an exception
Answer

Answer: Option D

Solution

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