Python dictionary Flashcards

1
Q

What method allows access all key names in a Python dictionary?

A

Keys

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

What method can you use to retrieve a value from a dictionary by using the key?

A

get

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

What method can you use to remove a key from a dictionary?

A

pop

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