View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

Python 2ed Errata

Submitted by Barbara Ericson, Georgia Tech

Page 81

Figure 4.6 should have Y=28, Y=97, X=13, X = 276


Submitted by Dominic Soda, Lindenwood University

Page 117

Program 43 page 117. The “and” in the final “if statement” should be an “or”, even though the picture returned is often more interesting with an “and”.

Page 192

Program 75 page 192. The “if statement” needs a colon. I only found this since this is the first page number associated with “if” in the index.
I think the first actual use of the “if statement” is on page 102 in problem 4.2. I am trying to decide whether to introduce the conditional statement in Chapter 3 so that I can use Problem 3.19 which requires it.