Python for GCSE

1.2: be able to assign and use variables

Keywords:
Getting Started
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
assignmentsetting the value of a variable
constantnamed memory location used to store a data value which is set once then never changes
identifierthe name of a variable or constant
naming conventionset of rules to follow when choosing names for variables or constants
valuethe data stored inside a variable
variablenamed memory location used to store a data value which can change while a program runs
Keyword games:
Resources: