Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-deepsource committed Jun 5, 2023
1 parent 1120d77 commit 951fa85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from math import sqrt

breakpoint()

def side_height(length, breadth):
value = sqrt(length**2 + breadth**2)
Expand Down

0 comments on commit 951fa85

Please sign in to comment.