Which Python variable stores the list of directories that the interpreter scans when searching for modules during an import statement?
Real Exam
Last updated: January 6, 2026 at 15:42
A
os.path
B
importlib.resource_path_
C
pypi.path
D
sys.path
E
pylib.source
Powered ByGPT-5.2
Which Python variable stores the list of directories that the interpreter scans when searching for modules during an import statement? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz