Categories
Why does this error occur when running any python script?
SyntaxError: unexpected character after line continuation character I get this error when I run any python file, what could be the reason?!
Answer the question
In order to leave comments, you need to log in
SyntaxError: unexpected character after line continuation character You have a \ character dangling somewhere in the line outside of a string constant. Did you mix up the division sign, by any chance?
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question