Python dictionary Flashcards
1
Q
What method allows access all key names in a Python dictionary?
A
Keys
2
Q
What method can you use to retrieve a value from a dictionary by using the key?
A
get
3
Q
What method can you use to remove a key from a dictionary?
A
pop