Why would you use *args and **kwargs in a function definition?
*args
**kwargs
Select one:
To allow for a varying number of arguments or keyword arguments
To make the function easier to read
To make the function run faster
Hint
Think about situations where you don’t know how many arguments your user might pass to a function.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?