Keyword | Definition |
---|---|
execute | running code on a computer |
IDE | integrated development environment (a program which lets you write, run and debug code) |
program | step by step instructions which can be run on a computer |
python | a high level text based programming language |
syntax highlighting | code that is displayed in different colours based on what each part of the code means |