Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to set global variable in python function

#A global variable can be accessed from the hole program.

global var = "Text"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #global #variable #python #function
ADD COMMENT
Topic
Name
2+5 =