qobjects = [
{
question: "True or False. You can access item values by referring to the key name.",
options: [
"True",
"False"
],
correct: 0
},
{
fillintheblanks: "exercise_dictionaries1.htm"
},
{
question: "Consider the following code:x = {'type' : 'fruit', 'name' : 'banana'}
print(x['type'])
What will be the printed result?",
options: [
"banana",
"fruit",
"type = 'fruit'"
],
correct: 1
}
]