Swoosh by xnor

n=21
while n:n-=1;s=str((22-n)**n);print('  '*(13-len(s))+s)

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

download

return to the top page