On Feb 23, 5:23 am, "John" <[EMAIL PROTECTED]> wrote:
> I just found ord(c), which convert ascii to integer.

ord('\xff') -> 255
ord(unichr(666)) -> 666

What ascii?

What is stopping you from reading the documentation section on built-
in functions (http://docs.python.org/lib/built-in-funcs.html)?

That way, you might find an answer to whatever your question really
is, without wasting time (yours and that of others trying to guess).

>
> 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!


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

Reply via email to