define loop circulation

Run Settings
LanguagePython
Language Version
Run Command
def a(h): return h()() def b(): print ("cat") return c def c(): print ("hello") r= [a,b,c] r[0](r[1])
Editor Settings
Theme
Key bindings
Full width
Lines