Repair Lorem Ipsum by leonid

a=b=''
for c in raw_input():
 if'.'<c:c=c*(c>'9')or a[~int(c)];a+=c
 b+=c
print b

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

download

return to the top page