Function call expression by youz

def g(s):return lambda a:a and g("("+s+" "+a(0)+")")or s
f=g("f")
while 1:print input()(0)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page