решение задания 7

This commit is contained in:
2023-01-30 21:54:17 +07:00
parent 11fd0dbce9
commit 799477de9e
4 changed files with 21 additions and 4 deletions
-4
View File
@@ -1,4 +0,0 @@
def get_a_useless_value(envelope):
l, b = envelope["lowerCorner"].split(" ")
r, t = envelope["upperCorner"].split(" ")
return [str(abs(float(l) - float(r)) / 2.0), str(abs(float(t) - float(b)) / 2.0)]