@mayer.py: Follow me to understand Python every day. SHARE Lambda is an anonymous function, so you don't have to use the 'def' or 'return' keywords. It is very useful when you have logic that will only be used once, and you don't plan to calling that function again later in your code. #mayeramutsaleko #lambda #python #programming #coding