Scoping - 2

Run Settings
LanguagePython
Language Version
Run Command
#x = 1 def a(): global x #print(x+1) # global x x = 1 y = 2 # y is closure here def b(): print(y,x) b() a() print(x)
Editor Settings
Theme
Key bindings
Full width
Lines