rotate arrows FIXED by test

l=list(open("/dev/fd/0"))
i=0
while i<len(l[0])-1:
 s=""
 for j in range(len(l))[::-1]:s+=l[j][i]
 print s
 i+=1 

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

download

return to the top page