| Keyword | Definition |
|---|---|
| debug | finding and fixing errors in code |
| IDE | integrated development environment (program which gives you all the tools to write, run and debug a program) |
| program | step by step instructions that can be run on a computer |
| python | a high level text based programming language |
| syntax | the rules of a programming language |
| syntax highlighting | displaying code in different colours based on what each part of the code does |