maping two-digit integers to a single ascii character, inverse of ord()?

Matt Gerrans matt_gerrans at hp.com
Thu Aug 22 15:33:16 EDT 2002


Or simply:

(string.digits + string.lowercase + string.uppercase)[ n ]






More information about the Python-list mailing list