решение задания 7
This commit is contained in:
@@ -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)]
|
||||
Reference in New Issue
Block a user