| Keyword | Definition |
|---|---|
| console | part of the screen which allows the user to interact with text based python programs |
| editor | part of the screen which allows the user to edit python code |
| input | reading data from the user into a program |
| output | sending data out from a program to a user |
| process | using data to make calculations |
| REPL | read evaluate print loop which allows you to run one line of code at a time |
| syntax highlighting | using different colours to help programmers understand code and spot errors |