Function call expression by twobit

p=[]
P=p.pop
while 1:
 for c in raw_input():exec'p+=[%s]'%['c','c+P()+" "','P(-2)+P()+c'][ord(c)%3]
 print P()

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

download

return to the top page