In this session, we have discussed functions in python.
GitHub repo: https://github.com/karar-shah/Python_ML_Yd...
The following topics are covered in this video:
How to define a user-defined function
Built-in python functions
Parameters and Arguments of function
Arbitrary Arguments | (*arg)
Keyword Arguments
Arbitrary Keyword Arguments | (**kwargs)
Default Parameter Value
Return Values