Someone kindly help me understand in simple terms possible what lambda does and its powers in python programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Someone kindly help me understand in simple terms possible what lambda does and its powers in python programming

some description of lambda functions

6th Dec 2017, 7:36 AM
Wycliffe Omondi
Wycliffe Omondi - avatar
1 Answer
+ 1
num = 9 print((lambda x: x%3 == 0), num) # Prints True
6th Dec 2017, 8:20 AM
#RahulVerma
#RahulVerma - avatar