Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 37 Online
OpenStudy (anonymous):

How do u share global variables across modules using py? :-?

OpenStudy (anonymous):

Modules are a complex topic in Python. See http://docs.python.org/tutorial/modules.html for a full description. But in really simple terms, if you define a variable XX in module M, you can use it by first importing M, then reference the variable as M.XX: In M.py: XX = 17 In use_m.py: import M print M.XX

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
whiteybulger: Should I drop this song i made last night in the studio
14 hours ago 50 Replies 0 Medals
Stewart: How do you know which tribe belongs to which reservation?
18 hours ago 2 Replies 0 Medals
randogirl123: me as hello kitty!! Still needs improvements, let me know what you thinkk
16 hours ago 32 Replies 2 Medals
Breathless: What is vaka blast made out of?
1 day ago 3 Replies 0 Medals
EdwinJsHispanic: another singing vid but for the people who knows spanish
1 day ago 16 Replies 1 Medal
EdwinJsHispanic: another singing vid, please give me your thoughts on it
1 day ago 20 Replies 2 Medals
SwaggyMark: Need help on process of annuity problem
2 days ago 3 Replies 0 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!