Keyword | Definition |
---|---|
for loop | a type of iteration where an indented block of code is repeated a certain number of times |
indented block | lines of code which have the same number of spaces or tabs at the start |
index | a variable that is used to keep track as iteration loops through a range of values |
iteration | running an indented block of code multiple times |
program flow | the order in which lines of code are executed |