AssignmentsWeek 00 · Setup weekTell a story with markdown cells
wk00.p2Practice exerciseWeek 00 · Setup weekOpen · due before Week 1 starts

Tell a story with markdown cells

Build a notebook that mixes markdown cells with code cells, so a stranger reading it understands what each block is doing and why.

What you'll build

Build a notebook that mixes markdown cells with code cells, so a stranger reading it understands what each block is doing and why.

Requirements

The must-do parts. If any are missing, we'll ask you to take another pass.

  1. Open a fresh Colab notebook named pysprout-story.
  2. Add at least three markdown cells with proper headings (use #, ##, and bullet lists).
  3. Add at least three code cells in between the markdown — anything you like, even copying from the first Colab practice.
  4. End with a closing markdown cell that summarizes what the notebook does in two sentences.
Bonus, if you're feeling brave
  • Bold one important sentence using **bold** in a markdown cell.
  • Add a small table in markdown with three rows.

How we'll grade it

Four checks, four points. Three or above is passing — we'll ask you to revise anything we can't tick.

CheckWhat we look forPt
It opensNotebook loads from the shared link without errors.1
Three markdown cellsAt least three markdown cells use headings and a list.1
Three code cellsThree code cells run and show output.1
Reads like a storyMarkdown actually explains what the code is doing, not just labels.1
Ready?
Hand it in
You can submit a draft and revise later if you're not done.
Begin submission →