Horje
python can a imported module get variables from main module Code Example
python can a imported module get variables from main module
import shared_stuff
import module1
shared_stuff.a = 3
module1.f()
python can a imported module get variables from main module
import shared_stuff
def f():
    print shared_stuff.a




Python

Related
python n periods of std Code Example python n periods of std Code Example
python instagram login Code Example python instagram login Code Example
division of 2 numbers in python Code Example division of 2 numbers in python Code Example
grepper python Code Example grepper python Code Example
invalid syntax Code Example invalid syntax Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7