Question 464: What happens if a lambda function is assigned to a variable but not called immediately?
tcs
wipro
infosys
general
aptitude
lambda-functions
python-programming
Assigning a lambda function to a variable allows you to store it as a reference for later use. It doesn't automatically execute when assigned.