Python Programming - Lambda Functions - Discussion
Discussion Forum : Lambda Functions - General Questions (Q.No. 54)
54.
What is the purpose of the
functools.lru_cache()
function when used with a lambda function?
Answer: Option
Explanation:
functools.lru_cache()
is used to create a memoized version of a function, including lambda functions, for efficient caching of results.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers