advanced code snippet search
dorseye on 08/19/09
python String int
08/19/09 12:22am
>>> chr(199)'\xc7'>>> print chr(199)?>>> ord('\xc7')199
Report this snippet Tweet
Comment:
You need to login to post a comment.