What is PYTHONPATH variable? What is its significance?

PYTHONPATH is an environment variable which is used to store the path of the user defined module. And so help python interpreter to locate module while importing.

error: Content is protected !!