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 do you comment in python?
Why is not all memory freed when Python exits?
What are the different file-processing modes with python?
How to generate random numbers in python?
Is empty function in python?
How to convert a list into a tuple?
What is docstring? How to define it?
Does return print in python?
How web scraping is done in python, explain in short?
Is python case-sensitive?
What if you want to toggle case for a python string?
What is a dictionary in python?
How to make a chain of function decorators?
How to implement the decorator function, using dollar ()?
Explain other string literals?