| Keyword | Definition |
|---|---|
| boolean | data type with values of either True or False |
| casting | converting from one data type to another |
| character | data type with a single letter / digit / symbol as a value |
| float | data type with values that can be any number with a decimal point |
| integer | data type with values that can be any whole number |
| string | data type with text values of zero or more characters |