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 to avoid having class data shared among instances in python?
What is the output of print str * 2 if str = 'hello world!'?
Why python language is called python?
What are variables in python?
What does __ name __ mean in python?
What is a raw input in python?
Does python have overloading?
What is python? What are the benefits of using python? What do you understand of pep 8?
What does append () do in python?
How do I sort a list in python 3?
Is tensorflow written in python?
Tell me how does python handle the memory management?
Explain what is the common way for the flask script to work?
Why and when do you use generators in python?
How many keywords are there in python? And why should we know them?