placid wrote:
> quick hack
>
> def thefunc(s):
>     return s = "||" + s + ">>"

>>> def thefunc(s):
    return s = "||" + s + ">>"
SyntaxError: invalid syntax

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

Reply via email to