3 Answers
New Answersyntax error is caused by not following the proper structure or syntax of the language. e.g. forgetting a semicolon at the of a statement in java, improper indentation in python. type error happens when you pass a variable or object to a function or operation it has no business with. e.g. passing a string to a function when int is needed
Syntax error, something is wrong in code TypeError, it seems you're using wrong variable type
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message