Q119
How can you create a Python package?
A.
By creating a directory containing __init__.py files and Python modules
AnswerB.
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