Using Lambda : Lambda definition does not include a “return” statement, it always contains an expression which is returned. We can also put a lambda definition anywhere a function is expected, and we don’t have to assign it to a variable at all. This is the simplicity of lambda functions.
@Techwithamigo Жыл бұрын
Whatever you said is right
@gunitmittal35715 жыл бұрын
I would really appreciate it if you could show some slightly complex codes using lambda functions, and the method of giving inputs to them.
@madhu.b33993 жыл бұрын
Extremely amazing teaching skills .Thank you
@helgurdazizmirza78754 жыл бұрын
Goodman is a very simple and easy way of explaining.
@jojven75142 жыл бұрын
THANK YOU SIR FOR MAKING THIS VALUABLE VDO
@abhishekanand64255 жыл бұрын
sir you are saying that lambda function return expression but not value but in example it returns value 5 please explain
@akhtar75744 жыл бұрын
The line of code where lambda is written cannot consist of values. That's all he said. Don't worry too much about it.
@evilnamekian1014 жыл бұрын
cool video but i will example for lambda alright .btw expression and return value is same thing add_two_nums = lambda x: x+2 print(add_two_nums(10)) output 12
@sriramch31282 жыл бұрын
When lambda will be use, for any condition?
@Zeinab_Torabii Жыл бұрын
👌
@prashantpatil58304 жыл бұрын
Sir you are genious, please make video on Python pattern Programming concpts and example
@iyyappan37542 жыл бұрын
Nice explanation
@Rohithkumar-fw8zg Жыл бұрын
Nice explantion sir 😁
@venuchandu582 Жыл бұрын
Sir, lambda function aa arguments ni Ela thisukuni Ela work chestundho cheppaledhu and arguments print() lone endhuku icharo kuda cheppaledhu
@codewithnitesh52694 жыл бұрын
Please more video on python Please
@karrivijay-nl4xh Жыл бұрын
Sir how to write factorials number by using lambda function
@mylargaming47212 жыл бұрын
What is the use of lambda in real life programming..??
@vigneshm79303 жыл бұрын
Returns value?
@stanleya5031 Жыл бұрын
Thank you Sir
@sss34544 жыл бұрын
sir can we use for loop in lambda function, suppose if we can use means how it to be use pls explain me
@alaqmarmamujee5481 Жыл бұрын
when do we use lambda?
@geetpatil4034 жыл бұрын
Sir can u take online sessions
@hemannachowdary3 жыл бұрын
In this Anynomus function can't be returned in return values or return expression sir
@anchusharma44054 жыл бұрын
Thank you sir 🌸
@drakshakotni23842 жыл бұрын
Calculate the value of mathematical expression x*(x+5)^2 where x= 5 using lambda … Sir plz ans this question...I have errors while doing this .... that's y
@ananthamurthyseetharamaiah9996 Жыл бұрын
I think parameters can be input also
@khandavallisurya8501 Жыл бұрын
lamda tooks only one expression ,can you explain with example?
@manasamopuri28593 жыл бұрын
Thank you
@shreevathsuv39704 жыл бұрын
Well it was a superb session
@minimoldivakaran46633 жыл бұрын
Sir I have one doubt Lambda function can only access global variables - given in do you know concept Which is true ? Bcoz u said that cannot access by global variables
@chandramoulidanduri59654 жыл бұрын
Sir,In this lamda function we can do only arthematic operations.plzz explain
@crypto_visions-u7f4 жыл бұрын
Gud Sir.... Wonderful
@dipakwakde91825 жыл бұрын
Nice teaching sir jee...
@manashortfilms475 Жыл бұрын
Thanqqqqqqqq sooooooo muchhhhhhh sirrrrrrrrrr
@motoepower27442 жыл бұрын
I want to filter , map, reduce
@lokeshbadugu59354 жыл бұрын
Sir Can you send me complete notes for python?
@srinivasturaka49812 жыл бұрын
why not access global variables?
@kamalanadhp3494 жыл бұрын
sir how to add single list by using lambda function
@besthashirisha84412 жыл бұрын
hloo sir good afternoon i have small dbt for using lambdas in this question how to define of this question x*(x+5)=2 where x=5 using lambda in python programming sir plzzz rly me this question sir how to define it and what the solution for this question....plzzz rly it sir
@inspectv28382 жыл бұрын
did you got the answer
@RajeshKumar-hf8hy4 жыл бұрын
Hi sir, iam using lamda function in user define function, but output is getting def sum(x, y): return lambda x, y : x+y print(sum(2,3))
@vasudhas36483 жыл бұрын
N=lambdax,y:x+y Res=N(5,6) print(Res)
@maheshdurgarao91812 жыл бұрын
pls explain return keyword concept
@kotireddy22202 жыл бұрын
Why ++ and - - operators are not in pyrhon
@hasmukhmedthia15433 жыл бұрын
How can we use anonymous functioñ on dictionary
@bagadijogarao56874 жыл бұрын
Sir could you please tell us modules concept
@harshpriyadarshi32014 жыл бұрын
sir can you proform some codes on the app because i'm not able to understand it
@sandy009025 жыл бұрын
please explain how can we get input from user for lambda function