2020년/Development

파이썬 전역변수 사용하는 방법

위지원 2020. 5. 29. 13:45
count = 2

def insert(node, treeH):
	global count
	current = node

 

저작자표시 (새창열림)