Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the correct description of the sys.path variable in Python?
sys.path
A
The sys.path variable is an alias for os.path.
os.path
B
The sys.path variable contains the full pathname of the current working directory of a Python notebook.
C
The sys.path variable contains a list of all the necessary dependencies for a Python notebook.
D
The sys.path variable contains a list of directories where the Python interpreter searches for modules.
E
The sys.path variable contains a list of all the parameters passed to a Python notebook.