Examveda

How can you create a Python package?

A. By creating a directory containing __init__.py files and Python modules

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


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python