clean-code-course-code
clean-code-course-code copied to clipboard
Update 02-challenge-solution.py
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.