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



x = lambda a : "Hello "+a
print(x("World"))

# 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