Y9

5k: Use variables to keep track of counts and sums

Keywords:
Python
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
assignmentsetting the value stored in a variable to a specific value
incrementan instruction to increase the value stored in a variable by a certain amount (usually increasing it just by one)
operatora symbol which tells python to perform an operation (e.g. add, subtract, divide or multiply)
outputdisplaying something to the screen (e.g. the value stored in a variable)
valuethe data stored in a variable
variablea named location in memory which can store a value. The name should describe what data represents and its value might change when the program runs.
Keyword games:
Resources: