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.
If you get stuck
- 1Read the traceback — the last line names the problem
- 2Compare with the demo cell directly above
- 3Ask your neighbour
- 4Ask a demonstrator
- 5Ask Gemini — after you have tried the first four