Function call expression by lifthrasiir

def F(u):z=lambda v:F('(%s %s)'%(u,v.s));z.s=u;return z
while 1:f=F('f');print input().s

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

download

return to the top page