Malik A. answered 06/05/20
HTML, CSS, JavaScript, Python Tutor
I totally get where you're stuck at. I was as well while learning python.
The significance of lambda functions is their ability to called and then forgotten by the memory. In this contrast when you define a function and then call it, it requires memory and when programs are scaled this can cause less optimization. whereas lambda function are just used and then forgotten like disposable pottery.
If I wasn't able to answer your question correctly, feel free to leave me a message. I'll be more than happy to help.