- 1

What is the result of this code?

Triple=lambda x: x*3 Add=lambda x,y: x+y print (Add (Triple (3),4) HELP: ✓ lambda is Anonymous faction ✓ you can send me your answer

29th Jun 2020, 6:07 PM
Nabil Igamane
Nabil Igamane - avatar
3 odpowiedzi
+ 1
Hi there! You can use Code Playground to check a snippet as long as the language is supported. If an explanation was what you seek for, then say "What is the explanation for this code?" And kindly specify the relevant language in thread's tags 👍
29th Jun 2020, 6:43 PM
Ipang
0
Can someone give a solid explanation about this piece of code? triple = lambda x: x * 3 add = lambda x, y: x + y print(add(triple(3), 4)) I've found the answer but I'm still confused about the methodology!
28th Apr 2022, 7:19 AM
George Rismaoui
George Rismaoui - avatar
0
omg!hardest of all than js
31st May 2022, 8:40 AM
olin josh