Y9

5l: Combine key programming language features to develop solutions to meaningful problems

Keywords:
Python
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
commentslines of code which are ignored by the computer when you execute the program but which explain the code for any humans who need to change or understand the program
indentationmoving blocks of code away from the left side of the code editor to determine the program flow
inputreading data in from the real world into a python program (e.g. letting the user type something in)
iterationrepeating blocks of code multiple times
outputdisplaying the results of a program to the user (e.g. showing something on screen with the print function)
processmaking a calculation or working something out based on the inputs to a program
program flowthe order in which lines of code are executed
selectiondeciding which lines of code to run next based on whether a condition is True or False
sequencerunning multiple instructions in a specific order
Keyword games:
Resources: