qobjects = [
{
question: "In the world of Python, what describes PIP best?",
options: [
"PIP is a module used for drawing",
"PIP is a module used for handling large amounts of data",
"PIP is a package manager for Python modules"
],
correct: 2
},
{
question: "What is a correct way of importing the array module?",
options: [
"import array",
"include array",
"install array"
],
correct: 0
},
{
question: "In Command Line view, what is a correct statement for listing all the packages installed on your system?",
options: [
"pip dir",
"pip list",
"pip read"
],
correct: 1
}
]