Create 4 - Secure the Perimeter.py
This commit is contained in:
parent
33f143d1b0
commit
24054816db
4
11/c/4 - Secure the Perimeter.py
Normal file
4
11/c/4 - Secure the Perimeter.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
def trianglePerimeter(xA, yA, xB, yB, xC, yC):
|
||||||
|
return distance2D(xA, yA, xB, yB
|
||||||
|
) + distance2D(xB, yB, xC, yC
|
||||||
|
) + distance2D(xC, yC, xA, yA)
|
Loading…
Reference in New Issue
Block a user