We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c04620 commit 0763633Copy full SHA for 0763633
1 file changed
maths/area.py
@@ -580,4 +580,4 @@ def area_reg_polygon(sides: int, length: float) -> float:
580
print(f"Torus: {surface_area_torus(20, 10) = }")
581
print(f"Equilateral Triangle: {area_reg_polygon(3, 10) = }")
582
print(f"Square: {area_reg_polygon(4, 10) = }")
583
- print(f"Reqular Pentagon: {area_reg_polygon(5, 10) = }")
+ print(f"Regular Pentagon: {area_reg_polygon(5, 10) = }")
0 commit comments