Variable Scope « Introduction « Python Tutorial






1.6.Variable Scope
1.6.1.The identifiers listed in a global statement refer to the global variables that the function needs to rebind.