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
Is python slower than c?
What is loop and types?
Write code to print only upto the letter t.
What is the difference between remove() function and del statement?
What are tuples in python? How differ with lists?
What is the difference between range and xrange in python?
Is r easier than python?
What is flask- wtf? Explain its features.
Write a code to display the current time.
How many kinds of sequences are supported by python? What are they?
How to find the index of an item given a list containing it in python?
Is python supports multithreading?
How to iterate through two lists in parallel?
What are the nameless functions in python?
What does means by “call by reference” in python?