Data Types Flashcards
1
Q
True
A
True Boolean value
2
Q
False
A
False Boolean value
3
Q
None
A
Represents “nothing” or “no value”
4
Q
bytes
A
Stores bytes, maybe of text, PNG, file, etc
5
Q
strings
A
Stores textual information
6
Q
numbers
A
Stores integers
7
Q
floats
A
Stores decimals
8
Q
lists
A
Stores a list of things
9
Q
dicts
A
Stores a key=value mapping of things