0
Bug in lambda quiz
"Fill in the blanks to calculate the expression x*(x+1) using an anonymous function and call it for the number 6.â Itâs supposed to have: a = (_____ x: x _____ (x+1)) print(a _______) But instead it has: a = (_____ x: x _____ (x+1)) ________ print(a) Which makes no sense
3 Answers
+ 3
Pear if you feel something is incorrect, please send a bug report to info@sololearn.com with the details, and screenshot if possible. You can also use the in-app feedback feature as well. Cheers!
+ 2
The third blank could have had:
a=a(6)
+ 2
Yeah, I filled in â(6)â and that was considered correct, despite âaâ not being assigned (âa=a(6)â would have been too many characters). I also tried to upload a screenshot here but there is no option to. I didnât see an in-app feedback feature, so I posted here. Will follow up with the bug report