CBSE Class 12 Computer Science
Question 7 of 62
Using Python Libraries — Question 2
Back to all questions__init__.py
Reason — The file __init__.py in a folder, indicates it is an importable Python package, without __init__.py, a folder is not considered a Python package.