Q11
What does the *args syntax in a function definition mean?
A.
It allows the function to accept a variable number of arguments as a tuple
B.
It is a reserved keyword in Python
AnswerC.
It specifies the return type of the function
D.
It defines a keyword argument
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board