Question: Q10: What is the output of this code in Python? r= lambda q:q*54 s = lambda q: q*44 L x=24 x=r(x) x= S(x) x=f(x) print

Q10: What is the output of this code in Python? r= lambda q:q*54 s = lambda q: q*44 L x=24 x=r(x) x= S(x) x=f(x) print (x)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
