What is keyword arguments in python?



What is keyword arguments in python?..

Answer / Ravi Krishnan

Keyword arguments are optional arguments that have names associated with them and are passed using their names. In Python, keyword arguments are specified after regular positional arguments and before any starred (*) or double-starred (**) arguments.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How can the ternary operators be used in python?

1 Answers  


How to convert a number to a string?

1 Answers  


Why do lambda forms not have statements?

1 Answers  


Why is python used?

1 Answers  


What is a panda in python?

1 Answers  


How to remove duplicates from a list in python ?

1 Answers  


What is the difference between Xrange and range?

1 Answers  


How to terminate a python subprocess launched with shell=true?

1 Answers  


What is the most "pythonic" way to iterate over a list in chunks?

1 Answers  


Is it easier than Django bottle?

1 Answers  


Is python full stack?

1 Answers  


What do u mean by instance?

1 Answers  


Categories