Vidyalelo
Python · Q70

Formatting and Decorators

Programming · Python · question 70

Q70

Which decorator is used to cache the results of a function call in Python?

A.
@cached
Answer
B.
@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