Re: problems with  character

Claudio Grondi claudio.grondi at freenet.de
Tue Mar 22 16:27:47 EST 2005


>>s = 'aaaaa  aaa'
>>What am I doing wrong?

First get rid of characters not allowed
in Python code.
Replace  with appropriate escape
sequence: /x## where ##  is the
hexadecimal code of the ASCII
character.

Claudio





More information about the Python-list mailing list