Receiving Tuples and Dictionaries as Function Parameters
If we need to take variable number of arguments in the function, we can use the * and ** prefix to indicate receiving tuple and dictionary.
Last updated
If we need to take variable number of arguments in the function, we can use the * and ** prefix to indicate receiving tuple and dictionary.
Last updated