Python for GCSE

2.1: understand the selection statement and nested selection

Keywords:
Logic and flow control
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
indentationadding tabs or spaces to the start of a line to affect when it should be run
nestedwhen an instruction is indented so that it runs within another section of code (e.g. if statement within another if statement)
programming constructprogramming building block e.g sequence, selection or iteration
selectionprogramming construct used whenever a program has to make a decision (e.g. if statement)
Keyword games:
Resources: