College foundation 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. The interactive prompt is best for…
2. Two names pointing at the same list means…
3. The first item of skus = ["A1", "B2"] is…
4. A string is immutable, so to change a code you…
5. return is useful because…
6. emp["dept"] reads a field from a…
7. pass is for…

Part B — Net after PF

net_pay(gross) returns gross - 12. Print net_pay(100) so 88 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.