qobjects = [ { question: "What is a correct syntax for looping through the items of a tuple?", options: [ "for x in ('apple', 'banana', 'cherry'):
  print(x)
", "for x in ('apple', 'banana', 'cherry')
  print(x)
", "foreach x in ('apple', 'banana', 'cherry')
  print(x)
", ], correct: 0 }, { fillintheblanks: "exercise_tuples_loop1.htm" }, { fillintheblanks: "exercise_tuples_loop2.htm" } ]