Answer Posted / nashiinformaticssolutions
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
Tell me how to find bugs or perform static analysis in a python application?
Why cannot lambda forms in Python contain statements?
What are the differences between python 2.x and python 3.x?
How python is interpreted?
Name the function which helps to change the files permission
How to convert a string into datetime?
How will you share global variables across modules?
Is python is a case sensitive?
What does r before string in python mean?
What is the with statement in python?
Describe about the libraries of python?
What does do in c?
Do sets, dictionaries and tuples also support comprehensions?
Tell me what is the command to debug a python program?
What is special about python?