Difference of by kotauchi

a=map(int,raw_input())\x0d
for j in range(len(a)):\x0d
\x09print"".join(map(str,a))\x0d
\x09a=[abs(a[i]-a[i+1])for i in range(len(a)-1)]

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

download

return to the top page