What is one of the most common use of Python's sys library?
sys
To capture command-line arguments given at a file's runtime.
To connect various systems, such as connecting a web front end, an API service, a database, and a mobile app.
To take a snapshot of all the packages and libraries in your virtual environment.
To scan the health of your Python ecosystem while inside a virtual environment.