Function call expression by Sven

class F(str):__call__=lambda*a:F("(%s %s)"%a)
while 1:f=F("f");print input()

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

download

return to the top page