[{"question":"What command do you use to run a Python script from the terminal?","options":["python run script.py","python script.py","py-start script.py","execute script.py"],"correct":1},{"question":"Which of the following is a key principle from the Zen of Python?","options":["Fast is better than slow","Explicit is better than implicit","Complex is better than simple","Quiet is better than loud"],"correct":1},{"question":"What does the // operator do in Python?","options":["Float division","Integer (floor) division","Modulus","Exponentiation"],"correct":1}]