Skip to main content

Practice ยท 4 of 4

Mini Build: Report Writer

inventory = {"apples": 12, "bananas": 7} is given. Write summary.csv with a header line name,qty then one line per item (apples,12 then bananas,7). No trailing newline needed on the last line.

Difficulty: beginner

Back to lesson: Practice: Read & Write Drills