We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2647e5c commit 556cd59Copy full SHA for 556cd59
geometry/geometry.py
@@ -283,5 +283,6 @@ def perimeter(self) -> float:
283
def area(self) -> float:
284
return super().area()
285
286
+
287
if __name__ == "__main__":
288
__import__("doctest").testmod()
0 commit comments