What is the purpose of the sys.path list in Python?
A. It contains a list of directories where Python looks for modules
B. 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

Join The Discussion