Create 2 - The Triangles are Right.py
This commit is contained in:
parent
500107655d
commit
8132adbb02
2
11/c/2 - The Triangles are Right.py
Normal file
2
11/c/2 - The Triangles are Right.py
Normal file
@ -0,0 +1,2 @@
|
||||
def rightTrianglePerimeter(a, b):
|
||||
return a + b + hypotenuse(a, b)
|
Loading…
Reference in New Issue
Block a user