Level exam · pass mark 70%
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)
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.