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


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

Reply via email to