Vidyalelo
Python · Q119

Module in Python

Programming · Python · question 119

Q119

How can you create a Python package?

A.
By creating a directory containing __init__.py files and Python modules
Answer
B.
By using the create_package keyword
C.
By using the package decorator
D.
By creating a .py file with a special name

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board