DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python local variable referenced before assignment
variable = "Hello" def function(): global variable print(variable) function()
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#local
#variable
#referenced
#assignment
ADD COMMENT
Topic
COMMENT
Name
5+8 =
Submit