Create 3 - Rectangle.py
This commit is contained in:
parent
305e721132
commit
f65fd0709f
2
10/3 - Rectangle.py
Normal file
2
10/3 - Rectangle.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
def rectanglePerimeter(width, height):
|
||||||
|
return width*2 + height*2
|
Loading…
Reference in New Issue
Block a user