List of questions
Related questions
Question 65 - 200-901 discussion
Refer to the exhibit. Which command needs to be placed on the box where the code is missing to output the value of page_id in the Python 3.7 script?
A.
print(items.get(‘items’)[0].get(‘page_id’))
B.
print(items.get(‘items’).get(‘page_id’))
C.
print(items[‘items’][‘page_id’].keys())
D.
print(items[‘items’][‘page_id’])
Your answer:
0 comments
Sorted by
Leave a comment first