0
How am I going to resolve this?
I had the same issue running it on VS Code too. It brought pylint(syntax error) there. https://code.sololearn.com/cbRYn2gZC714/?ref=app
8 ответов
+ 3
Your code is right ,it usually occurs when all inputs aren't given or when there is some missing parenthesis in print statement
+ 2
Remove those spaces after " and before " and put them back again
+ 2
The code is right ,I can't tell about VS because I don't have it and I can't test in it
+ 1
Thank you!
0
But it won't still run on VS Code! Why?
0
I got an error message saying
Unexpected EOF while parsing
0
Okay. Thank you!
0
I has worked! There was actually a missing parenthesis before the print statement.