Python for GCSE

5.1: use definite iteration and understand how to iterate over a list

Keywords:
Iteration
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
definite iterationrepeating a set of instructions a specific number of times (e.g. a for loop)
iterationrepeating a set of instructions multiple times
listdata structure which can store multiple values. Like an array but it's possible to add and remove values to a list.
Keyword games:
Resources: