Vidyalelo
Python · Q56

Formatting and Decorators

Programming · Python · question 56

Q56

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

A.
Unpacks arguments
B.
Multiplies arguments
C.
Divides arguments
Answer
D.
Concatenates arguments

Answer: Option C

Solution

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