diff --git a/python/utils.py b/python/utils.py index af8508e..4ced68a 100644 --- a/python/utils.py +++ b/python/utils.py @@ -1,5 +1,6 @@ from math import sqrt +breakpoint() def side_height(length, breadth): value = sqrt(length**2 + breadth**2)