iNTERFACEWARE Products Manual > Learning Center > Learning Python > Functions and Global Variables > Local and Global Variables |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Python distinguishes between variables used outside of functions and variables used inside them. Variables used inside functions are called local variables; variables used outside functions are called global variables. The following sections describe local variables and global variables in more detail. |