I need to pass a global variable into a python function. However, the global variable does not seem to be assigned after the function ends. Is it because parameters are not passed by reference? How can I get function parameters to be passed by reference in Python? -- https://mail.python.org/mailman/listinfo/python-list
- Can global variable be passed into Python function? Sam
- Re: Can global variable be passed into Python functio... dieter
- Re: Can global variable be passed into Python fun... Ned Batchelder
- Re: Can global variable be passed into Python... Travis Griggs
- Re: Can global variable be passed into Py... Chris Angelico
- Re: Can global variable be passed into Py... Marko Rauhamaa
- Re: Can global variable be passed in... Chris Angelico
- Re: Can global variable be passed in... Steven D'Aprano
- Re: Can global variable be passe... Marko Rauhamaa
- Re: Can global variable be p... Steven D'Aprano
- Re: Can global variable be p... Chris Angelico