John wrote:
> I just found ord(c), which convert ascii to integer.
> 
> Anybody know what the reverse is?
> 
> "John" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> Is there any built in function that converts ASCII to integer or vice
> versa
>> in Python?
>>
>> Thanks!
>>
>>
> 
> 
The phrasing of your question threw us all.  What you want is chr

backslash=chr(92)

-Larry Bates
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to