In python functions are defined using def keyword and the name of the function. After defining python allocates memory using the name and can be reused number of times based on the requirement. Python offers anonymous functions which can be used only once. These anonymous functions without out any name are referred as lambda expressions … Continue reading Lambda Expressions