Data Types Flashcards

1
Q

True

A

True Boolean value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

False

A

False Boolean value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

None

A

Represents “nothing” or “no value”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

bytes

A

Stores bytes, maybe of text, PNG, file, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

strings

A

Stores textual information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

numbers

A

Stores integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

floats

A

Stores decimals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

lists

A

Stores a list of things

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

dicts

A

Stores a key=value mapping of things

How well did you know this?
1
Not at all
2
3
4
5
Perfectly