Examveda

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


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python