When writing technical curriculum/docs, ensure the content is (a) accurate, (b) unambiguous about what learners must do and what the expected output/input is, and (c) consistent in formatting and tone.

Apply these rules:

Example pattern (description vs explanation):

# --description--
To run the program, use:
```bash
python main.py

–explanation–

The command must be run from the folder that contains main.py. ```