What is the purpose of the Python Package Index (PyPI)?
A. To list Python packages
B. To execute Python scripts
C. To debug Python code
D. To compile Python code
PyPI is the official repository for Python packages, allowing developers to share and distribute their Python packages.