Checkpoint: Python Fundamentals
beginner20 min readLesson 8 of 169
Variables, types, conversions, and operators — combined into one small program.
Checkpoint: Python Fundamentals
Prove the Module 1–2 mental models at a problem level — combine variables, conversion, arithmetic, and printing in one small program.
You will build a receipt line: given prices stored as text, compute a real total and print a formatted line. This is exactly the shape of boring daily programming: parse, compute, print.
When the checkpoint challenge passes, Module 2 is complete.