Uploaded by back94013

Python Errata: Starting Out with Python, 5th Edition

advertisement
Errata for Starting Out with Python, 5th Edition

Page 152 – At the bottom of the section titled Determining the Current Colors, the code snippet
that demonstrates the turtle.bgcolor() function should read:
if turtle.bgcolor() == 'white':
turtle.bgcolor('gray')

Page 333 – In Program 6-15, line 19 should read:
coffee_file.write(f'{descr}\n')
Download