qobjects = [ { question: "What is the data type of the value None?", options: [ "None", "NoneType", "NullType" ], correct: 1 }, { question: "How should you compare a variable to None?", options: [ "x = None", "x is None", "x equals None" ], correct: 1 }, { question: "What does a function without a return statement return?", options: [ "0", "False", "None" ], correct: 2 } ]