qobjects = [
{
question: "What is the correct keyword for defining functions in Python?",
options: [
"function",
"func",
"def"
],
correct: 2
},
{
fillintheblanks: "exercise_functions1.htm"
},
{
fillintheblanks: "exercise_functions2.htm"
}
]