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
Which gui is best for python?
What is the usage of help() function in python?
What is deep copy in python?
How is python different from java?
What is %s %d in python?
Why is self used in python?
Is python full stack?
How will you verify different flags at once?
Can you name ten built-in functions in python and explain each in brief?
Please write a reg expression that confirms an email id using the python reg expression module
What is setup py in python?
What is flask in python?
How to encrypt a string?
How can you access a module written in python from c?
How do you show hello world in python?