College intermediate 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 CSV with a header is best modelled as…
2. The program door exists so that…
3. A mutable default argument is dangerous because…
4. finally is for…
5. A test compares…

Part B — Keep passes

marks = [32, 41, 55]. Collect values >= 40. Print so 41 and 55 appear. 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.