CBSE Class 12 Computer Science Question 30 of 62

Using Python Libraries — Question 4

Back to all questions
4
Question

Question 4

Any folder having .py files is a Python package.

Answer

False

Reason — Not all folders having multiple .py files are packages. In order for a folder containing Python files to be recognized as a package, an __init__.py file must be part of the folder.