qobjects = [
{
question: "What will be the result of the following code:for x in range(3):",
options: [
"
print(x)0",
"
1
20",
"
1
2
31"
],
correct: 0
},
{
fillintheblanks: "exercise_for_loops1.htm"
},
{
fillintheblanks: "exercise_for_loops2.htm"
},
{
fillintheblanks: "exercise_for_loops3.htm"
},
{
fillintheblanks: "exercise_for_loops4.htm"
}
]
2
3