Day #52 - Lambda functions in Python
Introduction
Welcome to my 52nd blog post on the Python journey. On day 52, I learned about a way to create anonymous functions. These functions don't have the name, they are just expressions. Anonymous functions are called as LAMBDA functions. Now ...
codewithjain.hashnode.dev3 min read