a question

Bill Mill bill.mill at gmail.com
Wed Jan 19 16:16:40 EST 2005


You are correct, sir. Didn't know you could do that. Neato.

Peace
Bill Mill
bill.mill at gmail.com

On Wed, 19 Jan 2005 22:10:05 +0100, Fredrik Lundh
<fredrik at pythonware.com> wrote:
> Bill Mill wrote:
> 
> > You've got a couple problems. First, you need to end the string before
> > putting a continuation in.
> 
> >>> "no\
> ... pe"
> 'nope'
> 
> >>> "however\
>   File "<stdin>", line 1
>     "however\
>              ^
> SyntaxError: EOL while scanning single-quoted string
> 
> (in the second case, the ^ is trying to point out that I added
> some whitespace after the backslash)
> 
> </F>
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list