Tag: greenland
-

Python Decorators MCQ Quiz Best Question 2026
Part 1: Basics and Syntax Q 1. What is a decorator in Python? A. A way to delete functions B. A function that takes another function and extends its behavior without explicitly modifying it C. A tool used to compile Python code into C++ D. A class method used for garbage collection Show Answer Answer:-B.…
