tutorial.eyehunts.com
How is a function declared in Python? | Basics
There 2 ways you can declare the function in Python. The first way is using the def keyword and another way is using keyword lambda.
Rohit