Compose Functions by recursive

while 1:
\x09try:Z=raw_input();print eval(Z)
\x09except:exec Z[0]+"=lambda x:"+Z[7:]

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

download

return to the top page