"Lisi" wrote
It is not the error message that is unclear, it was the state of my
knowledge.
I did not know that \ was a line continuation character,
I sympathise.
I had been programming for about 5 years before I came
across line continuation characters. For me it was while
reviewing someon
On Monday 20 June 2011 00:03:47 Steven D'Aprano wrote:
> Lisi wrote:
> > I am having problems with line continuation characters. Error message:
> >
> > SyntaxError: unexpected character after line continuation character
>
> Then delete it ;)
>
> Seriously. You have your editor open, right? Go to t
Lisi wrote:
I am having problems with line continuation characters. Error message:
SyntaxError: unexpected character after line continuation character
Then delete it ;)
Seriously. You have your editor open, right? Go to the line where the
error is reported. It will look something like this:
2011/6/19 Lisi
> I am having problems with line continuation characters. Error message:
>
> SyntaxError: unexpected character after line continuation character
>
You should write here the line where the problem is.
Likely that you have written something after \. If you place a \ at the end
of l
I am having problems with line continuation characters. Error message:
SyntaxError: unexpected character after line continuation character
I have succeeded in moving the position of the complaint, but am currently
well and truly stuck.
I have read up about it and now (I hope!) know what to do