Examveda

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


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python