Essential Terms
Completion requirements
Browse the glossary using this index
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL
A
append | |
assignment operator | |
B
bool data type | |
breaka loop control statement that exits the loop immediately | |
C
classa blueprint for creating objects that includes data attributes and methods | |
container | |
continuea loop control statement that skips the remaining loop body and moves to the next iteration | |
D
data type | |
defa keyword used to define a user-defined function | |
dictionary | |