Horje
can the function inside a function be global if the function before it is global Code Example
can the function inside a function be global if the function before it is global
Yes it can be. 
Example:
berries = 2
def function1():
	global berries
    def function2():
    	return berries += 1




Python

Related
load local data to django Code Example load local data to django Code Example
convert 2d aray into 1d using python Code Example convert 2d aray into 1d using python Code Example
programe to find contagious sum of sequence Code Example programe to find contagious sum of sequence Code Example
getting player input python Code Example getting player input python Code Example
form is undefined flask Code Example form is undefined flask Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7