0
Why does this code bring up a SyntaxError?
Does anyone know why my code leads to a SyntaxError at line 18? https://code.sololearn.com/cVu1POk7xzwr/?ref=app
2 ответов
+ 2
You forgot a colon after if-statment.
+ 6
You need a character ':' at the end of a line