itoa() ?

Jason Orendorff jason at jorendorff.com
Fri Jan 11 00:06:12 EST 2002


> I would like to retrieve a character value from its integer ASCII value.
> For example:
> 72 would give me the letter H

chr(72)

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list