qobjects = [
{
question: "True or False. You can access set items by referring to the index.",
options: [
"True",
"False"
],
correct: 1
},
{
fillintheblanks: "exercise_sets1.htm"
},
{
question: "Consider the following code:thisset = {'apple', 'banana', 'cherry'}
print('banana' not in thisset)
What will be the printed result?",
options: [
"True",
"False",
"{'apple', 'cherry'}"
],
correct: 1
}
]