← Lab 1
15:00

Now open 02 · Variables & print

Remember this
name = value stores it; f"...{name}..." shows it. Forget the f and Python prints the braces — no error, wrong output.
Core
Skills 1–3 — each one Demo → Fix it → Write it.
Finished when
Every self-check cell prints a green ✅ — not just “no error”.
Going further
The 🧗 Going further section.
📓 Open 02 · Variables & print →🔑 Solutions — try it first, they are more use afterwards

If you get stuck

  1. 1Read the traceback — the last line names the problem
  2. 2Compare with the demo cell directly above
  3. 3Ask your neighbour
  4. 4Ask a demonstrator
  5. 5Ask Gemini — after you have tried the first four