Untitled

Run Settings
LanguagePython
Language Version
Run Command
def a(): def b(): return print("world!") print ("hello") b() a() ### print("line") def a(x): x() def b(): print("Hello") return b a(b())
Editor Settings
Theme
Key bindings
Full width
Lines