Vidyalelo
Python · Q11

Functions in Python

Programming · Python · question 11

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
Answer
C.
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