Y8

6l: Use iteration (for loops) to control the flow of program execution

Keywords:
Python
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
for loopa type of iteration where an indented block of code is repeated a certain number of times
indented blocklines of code which have the same number of spaces or tabs at the start
indexa variable that is used to keep track as iteration loops through a range of values
iterationrunning an indented block of code multiple times
program flowthe order in which lines of code are executed
Keyword games:
Resources: