Q. What does import sys print(sys.path) output?
Solution:
sys.path returns a list of directories where Python searches for modules.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
sys.path returns a list of directories where Python searches for modules.
Strengthen Your Practice with our comprehensive question bank.