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

Reply via email to