qobjects = [
{
question: "Consider the following function:def myfunc(n):
print(n)
What of the following function call will print 'Hello'?",
options: [
"myfunc(param = 'Hello')",
"myfunc('Hello')",
"myfunc()"
],
correct: 1
},
{
fillintheblanks: "exercise_functions3.htm"
},
{
fillintheblanks: "exercise_functions4.htm"
}
]