Question 7:
Refer to the exhibit. Which expression prints the text "802.1x"?
Answer options:
A. print(quiz[0][`choices`][`b`]) B. print(quiz[`choices`][`b`]) C. print(quiz[0][`choices`][`b`][`802.1x`]) D. print(quiz[0][`question`][`choices`][`b`])
Answer correct:
A