qobjects = [
{
question: "If x = 5, what is a correct syntax for printing the data type of the variable x?",
options: [
"print(dtype(x))",
"print(type(x))",
"print(x.dtype())"
],
correct: 1
},
{
fillintheblanks: "exercise_datatypes1.htm"
},
{
fillintheblanks: "exercise_datatypes2.htm"
},
{
fillintheblanks: "exercise_datatypes3.htm"
},
{
fillintheblanks: "exercise_datatypes4.htm"
},
{
fillintheblanks: "exercise_datatypes5.htm"
},
{
fillintheblanks: "exercise_datatypes6.htm"
},
{
fillintheblanks: "exercise_datatypes7.htm"
}
]