Guess what it does by mroman

l=range(257);del l[13:20]
for e in l[::-1]+l:print e,

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

download

return to the top page