Keyword | Definition |
---|---|
debugging | finding and fixing errors in code |
indentation | how many spaces or tabs are on the left of a line of code |
line numbers | numbers on the left of each line of code which help you find error messages |
syntax error | a problem with code which prevents code from running at all because the code breaks the rules of the programming language |