What does this mean: *args, **kwargs?
Answer / Suresh Nautiyal
*args is a special syntax used in Python functions to collect any number of arguments as a tuple, whereas **kwargs does the same but for keyword arguments as a dictionary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is java or python better?
Explain help() and dir() functions in python?
What makes python object-oriented?
What is the use of negative indices?
Which one is easier r or python?
what is random module will do in python and what are the functions we can apply on random module
What are dict and list comprehensions?
What are tuples in python?
Explain me what is pass in python?
What will be the output of ['!!welcome!!']*2?
What is keyword arguments in python?
Do you know what are python decorators?