100 by Dingledooper

from unicodedata import*
F=lambda n:name(unichr(n+12320))[14:].lower()
for i in range(101):print[F(824+i)[24:],F(53487+i/10)+F(i%10)[2:]][i>19]

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

download

return to the top page