How to Square a Number in Python || Lambda Function || Python
In this we are going to see a basic program on squaring using lambda function in Python Programming Language.


s = lambda a:a*a
print("Square is",s(8))

# 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