College 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 (5 questions)

1. A virtual environment is mainly for…
2. College text files should usually be opened as…
3. except Exception around a whole program is risky because…
4. A generator is useful when…
5. An 80% lab-over rule should live in…

Part B — Utilisation

percent(used, seats) returns 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.