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