Someone kindly help me understand in simple terms possible what lambda does and its powers in python programming | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 1
num = 9 print((lambda x: x%3 == 0), num) # Prints True
6th Dec 2017, 8:20 AM
#RahulVerma
#RahulVerma - avatar