Scoping-1

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