Guess what it does by leonid

a=range(250)
for x in a[::-1]+a:print(x>12)*7+x,

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

download

return to the top page