What is the exact use of functions with default parameters in python?
12826 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
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
Show video info
Pre-requisite