Someone kindly help me understand in simple terms possible what lambda does and its powers in python programming | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 1
num = 9 print((lambda x: x%3 == 0), num) # Prints True
6th Dec 2017, 8:20 AM
#RahulVerma
#RahulVerma - avatar