Advanced checkpoint

Complete the questions and the coding check, then submit. The result is stored in your LMS progress cookie (this browser).

Part A — concepts (7 questions)

1. if __name__ == "__main__" lets you…
2. A live table that many writes must survive a crash is a job for…
3. NumPy’s main win over a Python list of floats is…
4. df[df["marks"] >= 40] in pandas…
5. A pygame loop should not…
6. requests.get should usually include…
7. An 80% lab-over rule belongs in…

Part B — Utilisation helper

Write percent(used, seats) returning used * 100 / seats. Print percent(9, 10) so 90 appears. Use Check exercise, then confirm below.

Python sandboxlesson://workspace
console

Edit the example, press Run, then Build if you want a compile check.

build

Press Build to compile.