Scoping2

Run Settings
LanguagePython
Language Version
Run Command
h=10 def b(): def c(): def d(): nonlocal a a = 100 print(a,h) d() b = 1 a = 2 print(a) c() b()
Editor Settings
Theme
Key bindings
Full width
Lines