Errata in Fundamentals of Python: First Programs, Second Edition
(ISBN-13: 978-1-337-56009-2)
Below are the errors that have been discovered in the first printing. Please report any new errors to lambertk@wlu.edu.
| Page 78 | Fourth line of code at bottom of the page, “math’s” should be “math.sqrt” |
| Page 83 | Last line of code at bottom, “False”should be “True” |
| Page 149 | Next to last line of code at top of the page, “__main:”__” should be “__main__”:” |
| Page 155 | Second line of code at top of the page, “ info.[“job”]” should be “info[“job”]” |
| Page 157 | Sixth line of second code segment, “table[digit] + binary” should be “binary + table[digit]” |
| Page 213 | First line of third code segment, “def radialpattern” should be “def radialPattern” |