Dictionaries Flashcards

1
Q

.keys()

A

See all the keys of a dictionary

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

.values()

A

See all the values stored in a dictionary

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

.items()

A

See all keys paired with their values stored in a dictionary

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