10.
Which Python data type is most commonly used to store API or JSON response data?
Please select an
answer.
Correct Answer:
(B)
Explanation:
Python dictionaries store data as key-value pairs, making them ideal for handling JSON responses, API data, configuration settings, and backend applications.