qobjects = [
{
question: "In a try...except block, there is a certain block that if specified, will be executed regardless if the try block raises an error or not. What is the name of this block?",
options: [
"finally",
"last",
"allways"
],
correct: 0
},
{
fillintheblanks: "exercise_try_except1.htm"
},
{
fillintheblanks: "exercise_try_except2.htm"
}
]