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 |
What is a script mode?
How to use of return keywords in python?
How to pass optional or keyword parameters from one function to another in python?
What are its benefits of flask?
How to run script in python?
What are the different file-processing modes with python?
How to convert string into datetime?
What is the difference between read and readlines in python?
What is raw_input in python 3?
What is python used for?
What does by python a scripting language?
How to find whether string is alphanumeric or not?