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
C. It specifies the return type of the function
D. It defines a keyword argument
Answer: Option B

Join The Discussion