Python function arguments

Function arguments with default value: You can give default value to parameters of a function in python by specifying value of parameters of a function.