Which Python variable contains a list of directories to be searched when trying to locate required modules?
importlib.resource path
,sys.path
os-path
pypi.path
pylib.source
Submit