Someone kindly help me understand in simple terms possible what lambda does and its powers in python programming | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 1
num = 9 print((lambda x: x%3 == 0), num) # Prints True
6th Dec 2017, 8:20 AM
#RahulVerma
#RahulVerma - avatar