Refer to the exhibit.
Which expression prints the text "802.1x"?
print(quiz[0]['choices']['b'])
print(quiz['choices']['b'])
print(quiz[0]['choices']['b']['802.1x'])
print(quiz[0]['QUESTION NO:']['choices']['b'])