Module 6 QUIZ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Module 6 QUIZ

Fill in the blanks to calculate the expression x*(x+1) using an anonymous function and call it for the number 6. /Python/ a = (lambda x: x*(x+1)) ___ print(a)

24th Jan 2018, 9:08 AM
Uguumur Oldokh
Uguumur Oldokh - avatar
1 Answer
0
a=(lambda x:x*(x+1)) (6)
4th Jun 2019, 4:17 PM
Grace Msikita
Grace Msikita - avatar