A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON re
Posted: Fri Jul 22, 2022 5:28 pm
A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?
A. an integer
B. a dictionary
C. a tuple
D. a string
E. a list
A. an integer
B. a dictionary
C. a tuple
D. a string
E. a list