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?
2 Answers
+ 1
On there, it expecting closed statement. But your print( ) function missing closing ')' brace.
+ 1
It is trying to find the bracket.