Closure

Run Settings
LanguagePython
Language Version
Run Command
def out_func(): x=1 z=3 def inner_func(): print("This is outer value :", x+z) return inner_func a = out_func() a()
Editor Settings
Theme
Key bindings
Full width
Lines