Ask
your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW)
92 Online
How do u share global variables across modules using py? :-?
Still Need Help?
Join the QuestionCove community and study together with friends!
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!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
Gucchi:
Humans act like invasive species when they move to a different city encroach on h
Nightmoon:
In A Portrait of the artists as a young man, How does Stephen feel about Roche an
BrokenArtist:
Hi! I'm Charlie, and I'm an artist! If anyone wants to be friends, I'm here! ^^
SwaggyMark:
roses are red , violets are blue, most guys like women but i like dudes, rate my
2 minutes ago
0 Replies
0 Medals
13 minutes ago
0 Replies
0 Medals
30 minutes ago
6 Replies
0 Medals
34 minutes ago
9 Replies
2 Medals