The correct response is:
a collection of key/value pairs.
A Python dictionary is a built-in data type that allows you to store data in a key/value format, enabling efficient data retrieval and manipulation.
A Python dictionary is:
(1 point)
Responses
a collection of code imported into a program.
a collection of code imported into a program.
a way of getting one program to communicate with another.
a way of getting one program to communicate with another.
a way to document a program’s history.
a way to document a program’s history.
a collection of key/value pairs.
a collection of key/value pairs.
Skip to navigation
1 answer
The correct response is:
a collection of key/value pairs.
A Python dictionary is a built-in data type that allows you to store data in a key/value format, enabling efficient data retrieval and manipulation.