add two strings
contro opinion
contropinion at gmail.com
Mon Jan 30 08:02:54 EST 2012
More information about the Python-list mailing list
Mon Jan 30 08:02:54 EST 2012
- Previous message (by thread): vss login
- Next message (by thread): add two strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>> s1='\x45' >>> s2='\xe4' >>> s1+s2 'E\xe4' >>> print s1+s2 E why s1+s2 not = '\x45\xe4'?? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20120130/141e7e08/attachment.html>
- Previous message (by thread): vss login
- Next message (by thread): add two strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list