You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In chapter 15, it says the corner attribute of the Rectangle class "specifies the lower-left corner". However, it seems to me that function rect_in_circle treats it as the upper-left corner. Shouldn't line 54 in Circle.py be: p.y += rect.height instead?
The text was updated successfully, but these errors were encountered:
In chapter 15, it says the
corner
attribute of theRectangle
class "specifies the lower-left corner". However, it seems to me that functionrect_in_circle
treats it as the upper-left corner. Shouldn't line 54 inCircle.py
be:p.y += rect.height
instead?The text was updated successfully, but these errors were encountered: