filmov
tv
Two number sum program |lambda function in python| addition program |#shorts

Показать описание
Two number sum program
lambda function in python
addition program
anonymous function
one liner function
#shorts
#youtubeshorts
#python
#pythonprogramming
#pythontutorial
#pythonlanguage
#pythonshorts
#pythonprogram
#youtubeshortsviral
#python3
Source code 👇👇👇👇
#lambda function in python by highteckgirl
#sum program
a=int(input("Enter first number: "))
b=int(input("Enter second number"))
x=lambda a,b:a+b
print(x(a,b))
lambda function in python
addition program
anonymous function
one liner function
#shorts
#youtubeshorts
#python
#pythonprogramming
#pythontutorial
#pythonlanguage
#pythonshorts
#pythonprogram
#youtubeshortsviral
#python3
Source code 👇👇👇👇
#lambda function in python by highteckgirl
#sum program
a=int(input("Enter first number: "))
b=int(input("Enter second number"))
x=lambda a,b:a+b
print(x(a,b))