When executing an import statement, which Python variable is consulted by the interpreter to determine the list of directories searched for the required modules?
Real Exam
Last updated: January 6, 2026 at 15:39
A
os.path
B
importlib.resource_path_
C
sys.path
D
pypi.path
Powered ByGPT-5.2
When executing an `import` statement, which Python variable is consulted by the interpreter to determine the list of directories searched for the required modules? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz