clean-code-course-code icon indicating copy to clipboard operation
clean-code-course-code copied to clipboard

Update 02-challenge-solution.py

Open subhajittewary opened this issue 1 year ago • 0 comments

The variable name bottom_left in the provided code is misleading. Based on the calculation (self.origin.y + self.height), it actually refers to the y-coordinate of the top-left corner, not the bottom-left corner. Requesting a review to this change.

subhajittewary avatar Jul 03 '24 10:07 subhajittewary