Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Advanced Features of Functions - English

15067 visits



Outline:

Functions with default arguments Various examples for default arguments Interchanging the default and non-default arguments Call a function with keyword arguments Call a function without keyword arguments Functions with positional arguments Functions with arbitrary arguments Demonstration of arbitrary arguments Usage of * and ** in defining a function Python built-in-functions