0
Syntax error
Can someone explain to me the meaning of that and how to correct it
5 Answers
+ 2
Slick thanks I just figured it out
+ 1
It means you wrote the code wrong. Not much else i can tell without actually seeing it. Post your code so we can help
+ 1
I will try to keep it as simple as possible
Just as in an email address, the omission or misplacement of just one letter, number or character creates critical problems. Similarly if you misspell of misplace the way a program should be written then the program generates an syntax error.
+ 1
Thanks arsenic for ur help
+ 1
It's a good idea, if we can see the error message as a copy and paste here. But it's even more valuable if you put your code in sololearn playground and link it here. We have frequently the case, that code at the users side creates an error, but runs propperly if we test it in playground or in a regular IDE. Thanks!