logo
logo
Sign in

Default Arguments in Python | Python Keyword Arguments | Arbitrary arguments in Python | Prwatech

avatar
lavanya s
Default Arguments in Python | Python Keyword Arguments | Arbitrary arguments in Python | Prwatech

In Python, you can define a function that takes variable number of arguments. You will learn to define such functions using default Arguments in python,python  keyword arguments and arbitrary arguments in python in this video.

Sometimes, we do not know in advance the number of arguments that will be passed into a function.Python allows us to handle this kind of situation through function calls with arbitrary arguments in python.Python allows functions to be called using Python keyword arguments. Function arguments can have default values in Python.We can provide a default value to an argument by using the assignment operator (=) . watch the video to learn more on Default Arguments in Python, Python Keyword Arguments and Arbitrary arguments in Python .

collect
0
avatar
lavanya s
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more