JAPH

Szabolcs Nagy nszabolcs at gmail.com
Sat Nov 12 06:17:51 EST 2005


charset, modulo, japh = " .JPacehknorstuy", 17, ""
s =
69859911049503515105680510599913390885187193231927247909305172858127641629
for n in xrange(2,9999):
    if s%n==0:
        japh += charset[(n - 1) % modulo]
        s /= n
    if s==1:
        break
print japh




More information about the Python-list mailing list