forked from tdwojak/Python2017
Resolved
This commit is contained in:
parent
92127f821f
commit
d2dfa3bfce
@ -10,6 +10,7 @@ np. odległość pomiędzy punktami (0, 0, 0) i (3, 4, 0) jest równa 5.
|
||||
"""
|
||||
import math
|
||||
|
||||
|
||||
def euclidean_distance(x, y):
|
||||
value=0
|
||||
for i in range(3):
|
||||
|
Loading…
Reference in New Issue
Block a user