Or perhaps...
ord ("a")
97
chr (97)
'a'
On 2/22/07, hg <[EMAIL PROTECTED]> wrote:
John wrote:
> Is there any built in function that converts ASCII to integer or vice
> versa in Python?
>
> Thanks!
>>> int('10')
10
>>> str(10)
'10'
>>>
--
http://mail.python.org/mailman/listinfo/python-list
-- http://mail.python.org/mailman/listinfo/python-list
