Using the definition
class Point:
"""attributes: x, y"""
write a function
dist(p, q)
that returns the Euclidean distance between two points and . For example, the distance between the point and the point is 50.
The input consists of several pairs of points (two non-negative integer numbers each).
For each two points, print their Euclidean distance.
Author: Gabriel Valiente
Generation: 2026-01-25T14:29:23.935Z
© Jutge.org, 2006–2026.
https://jutge.org