Y8

6k: Describe how iteration (while statements) controls the flow of program execution

Keywords:
Python
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
conditionan expression which can contain values, variables and operators to calculate a value which is either True or False
indented blocklines of code which share the same amount of tabs or spaces at the start
iterationrunning lines of code multiple times
program flowthe order in which lines of code are executed
while statementform of iteration which runs an indented block of code repeatedly as long as a condition is met
Keyword games:
Resources: