diff --git a/02-challenge-solution.py b/02-challenge-solution.py index fc4544e..0b3b34c 100644 --- a/02-challenge-solution.py +++ b/02-challenge-solution.py @@ -31,5 +31,5 @@ def build_rectangle(): rectangle = build_rectangle() -print(rectangle.getArea()) +print(rectangle.get_area()) rectangle.print_coordinates()