What are args and kwargs in Python?
Answer / nashiinformaticssolutions
`args` allows passing a variable number of non-keyword arguments, while `kwargs` allows passing a variable number of keyword arguments.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get current directory using python?
Explain the use of *args, **kwargs?
What are the tools that help to find bugs or perform static analysis?
What are the immutable build-in data types of python?
Why python is so popular with developers?
What is abnormal termination?
What is split() function?
Which is better c or python?
Difference between pass and continue in python?
How can I wait until we receive data using python socket?
What is a pil in python?
What are the differences in xrange and range?