qobjects = [ { question: "What will be the result of the following code:
x = 'Welcome'
print(x[3:5])
", options: [ "lcome", "come", "com", "co" ], correct: 3 }, { fillintheblanks: "exercise_strings3.htm" }, { question: "What will be the result of the following code:
x = 'Welcome'
print(x[3:])
", options: [ "lcome", "come", "com", "co" ], correct: 1 } ]