Q70
Which decorator is used to cache the results of a function call in Python?
A.
@cached
AnswerB.
@cache
C.
@memoize
D.
@lru_cache
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board