0

(Solved) Why does it say there is an error on a nonexistent line?

https://code.sololearn.com/c12GAlgqVo1b/?ref=app It says there is an error on a nonexistent line, why?

17th Jun 2022, 5:27 PM
MyNameIsNotBob
MyNameIsNotBob - avatar
2 odpowiedzi
+ 1
On there, it expecting closed statement. But your print( ) function missing closing ')' brace.
17th Jun 2022, 5:32 PM
Jayakrishna 🇮🇳
+ 1
It is trying to find the bracket.
17th Jun 2022, 5:34 PM
Paul
Paul - avatar