21.
How can you remove a decorator from a function in Python?

22.
What is a memoization decorator used for?

23.
What is the purpose of the @lru_cache decorator in Python?

24.
How does the @contextmanager decorator facilitate context management?

25.
What is the purpose of the @dataclass decorator in Python?