Q12
What is the purpose of the sys.path list in Python?
A.
It contains a list of directories where Python looks for modules
AnswerB.
It is used to store the code of the main module
C.
It contains the documentation for modules
D.
It is used to create aliases for modules
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board