D) print(quiz[0]['Question:']['choices']['b']) looks promising, but I'm not sure if the 'Question:' key is actually part of the structure. Better double-check that!
I'm a bit confused by the nested structure of the data. If it's a single quiz object, shouldn't it be 'quiz['choices']['b']' instead of 'quiz[0]['choices']['b']'?
A) print(quiz[0]['choices']['b']) seems like the correct answer, as it directly references the 'choices' dictionary and the 'b' key which contains the '802.1x' text.
Marylyn
9 days agoRory
13 days agoVon
16 days agoAn
19 days agoAbel
20 days agoPaola
22 days agoCordelia
13 hours agoTonja
2 days agoViki
6 days agoKent
28 days agoAn
30 days ago