Answer Posted / glibwaresoftsolutions
When you import a module, you use this environment variable. PYTHONPATH is examined when a module is imported to see whether the imported modules are located in different folders. It helps the interpreter decide which module to load.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I execute arbitrary python statements from c?
What is split() function?
Why is lambda used in python?
How will you capitalize the first letter of a string?
What is the python interactive console or python shell?
What does the
Is python pure object oriented programming ?
What is python unit test?
How is Python used in web development?
Where is python best used?
What is threads life cycle?
What is polymorphism in python with example?
What super does in python?
How to get all keys from dictionary ?
Mention the floor division available in python