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