Q1
What are decorators in Python?
A.
Design patterns
B.
Functions that add functionality to other functions
AnswerC.
Programming languages
D.
Built-in Python modules
Answer: Option B
Solution
Answer: Option B
Solution:
Decorators are functions that enhance or modify the behavior of other functions.