AllenDowney / ThinkPython2

LaTeX source and supporting code for Think Python, 2nd edition, by Allen Downey.
Other
2.49k stars 1.65k forks source link

section 17.2: faulty double zero #97

Open jgmbenoit opened 2 years ago

jgmbenoit commented 2 years ago

In section 17.2, a double zero (00) is used instead of a single zero (0) to initiate start.second to zero.

wenbindu commented 1 year ago

I am sure, the single zero(0) is used in the chapter.

AllenDowney commented 1 year ago

Will fix. It actually works, since it is an octal zero, but it creates unnecessary confusion.