Advanced Features of Functions - English

12157 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