a,b,n,s="(alnum)","(bin)","normal","(sym)"\x0d print "\n".join([b,a,a,n,s,a,n,s,a,n,a,b,s,s,a])\x0d
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page