Lecture 8 Global local

Run Settings
LanguagePython
Language Version
Run Command
x=1 #global variable def a(): global x x=2 x= x+10 # local variable print(type(x)) a() print(x)
Editor Settings
Theme
Key bindings
Full width
Lines