global

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