vanishing alphabet by rolf

a=range(65,91)
exec("print`map(chr,a)`[2::5];a[-1]+=32;"*2+"a.pop();")*26

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

download

return to the top page