

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 .





