Rectangle Area
This commit is contained in:
2
rectanglearea.py
Normal file
2
rectanglearea.py
Normal file
@@ -0,0 +1,2 @@
|
||||
x1, y1, x2, y2 = map(float, input().split())
|
||||
print(abs((x1 - x2) * (y1 - y2)))
|
||||
Reference in New Issue
Block a user