Python for GCSE

5.2: use indefinite iteration and nested iteration structures

Keywords:
Iteration
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
indefinite iterationrepeating a set of instructions either forever or until a condition is met (e.g. a while loop)
nested iterationa repeating set of instructions that loops within another repeating set of instructions (e.g. a for loop inside another for loop)
Keyword games:
Resources: