Python Lambda Function || Lambda Function || Python
In this we are going to see a basic program on Lambda Function in Python Programming Language.


b = lambda a:a
print(b(10))

# Coded by Saahil

#ENJOY CODING


Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post