What is the parameter passing mechanism in Python?
Answer / Sheetal Gupta
In Python, parameters can be passed by position (positional arguments), by assignment (keyword arguments), or a combination of both. There's also support for optional and default arguments.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a metaclass in Python?
Among lists,sets,tuples which is faster?
What is difference between sort and sorted in python?
How do I create a variable number of variables?
What does ‘#’ symbol do in python?
How do you debug a python program?
What is the difference between local vs global in python?
How is an empty tuple created?
How can the ternary operators be used in python?
Is coding useful in finance?
What is the use of ‘self’ keyword in python?
Write a program to produce fibonacci series in python.