Y8

6o: Use Boolean variables as flags

Keywords:
Python
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
boolean flaga variable which stores either True or False as a way of controlling a program (e.g. whether or not a player is still alive in a game or not)
boolean valueeither True or False
variablea named memory location which can store a value that might change when the program runs
variable identifierthe name of a variable which should describe the data that it stores
variable valuethe data stored in a variable
Keyword games:
Resources: