mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-26 02:48:40 +00:00
Merge branch 'python-tests' of github.com:IsxImattI/Python into python-tests
This commit is contained in:
commit
af59f5cd02
@ -283,5 +283,6 @@ class Square(Rectangle):
|
||||
def area(self) -> float:
|
||||
return super().area()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
__import__("doctest").testmod()
|
||||
|
Loading…
x
Reference in New Issue
Block a user