Can global variable be passed into Python function?

Mark Lawrence breamoreboy at yahoo.co.uk
Sat Feb 22 09:15:22 EST 2014


On 22/02/2014 02:47, Dennis Lee Bieber wrote:
> 	BASIC, C, FORTRAN, COBOL, Assembly... A "variable" is synonym for an
> address [a box that holds things].
>

In C.

int xyz = 1;

xyz is placed in a register.  What is xyz called now as it's not in memory?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com





More information about the Python-list mailing list