py4e icon indicating copy to clipboard operation
py4e copied to clipboard

Exercise numbering

Open eah13 opened this issue 9 years ago • 3 comments

Several chapters have exercise numbering that's off.

Edit: This would be a quick fix for a new contributor to tackle! Ctrl-F for Exercise and make sure they count up correctly.

  • [ ] Chapter 1
  • [ ] Chapter 2
  • [ ] Chapter 3
  • [ ] Chapter 4
  • [ ] Chapter 5
  • [ ] Chapter 6
  • [ ] Chapter 7
  • [ ] Chapter 8
  • [ ] Chapter 9
  • [ ] Chapter 10
  • [ ] Chapter 11
  • [ ] Chapter 12
  • [ ] Chapter 13
  • [ ] Chapter 14
  • [ ] Chapter 15

eah13 avatar Jan 07 '16 12:01 eah13

Feel free to fix them all. The exercise numbering was done by software I wrote to automate the Tex to MKD - it probably got confused.

csev avatar Jan 07 '16 14:01 csev

@csev would you consider some light formatting for the exercises? Maybe bolding the label?

**Exercise 1:** Type the following statements in the Python interpreter to
see what they do:

I missed the ones in the text (vs. at the end of the text) on a first glance, so the issue of numbering is probably not an issue. But I can still go through and add this format as I check

eah13 avatar Jan 10 '16 15:01 eah13

I'm working on this now as part of larger updates to code formatting fr the back half of the book

eah13 avatar Feb 10 '16 14:02 eah13

This is fixed in the January 2024 version of the book

csev avatar Jan 01 '24 18:01 csev