what does leading '\x' mean in a python string '\xaa'

Posted by Haiyuan Zhang on Stack Overflow See other posts from Stack Overflow or by Haiyuan Zhang
Published on 2010-04-20T03:25:16Z Indexed on 2010/04/20 3:33 UTC
Read the original article Hit count: 332

Filed under:
|

what is difference between 'aa' and '\xaa' and which chapter of python documentation will cover this topic? thanks in advance.

© Stack Overflow or respective owner

Related posts about ironpython

Related posts about python