0
'syntax error 'what does it mean by?
5 Réponses
0
it means ur program has some 'language' based errors
0
missing syntax or using miss syntax
something like normally if condition is
if .... :
but your code is
if .....
so you're missing ":"
0
wrong format
0
A grammatical error in programming language.
0
A SyntaxError is one of the most common exceptions in Python, and it's caused by any 'grammatical' error in the code