Untitled

Run Settings
LanguagePython
Language Version
Run Command
def a(x=1): print(id(x),"inside a"); return x+1 print(id(a(2+2))) #a(4) None print(id(a(2+3))) #a(5) None print(id(a(2+4))) #a(6) None print()
Editor Settings
Theme
Key bindings
Full width
Lines