A
A
Anton2021-06-28 00:19:52
Python
Anton, 2021-06-28 00:19:52

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

1 answer(s)
V
Vindicar, 2021-06-28
@Vindicar

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

Ask a Question

731 491 924 answers to any question