ID EN
Math

hypot

Python 3.11

Return the Euclidean norm, sqrt(sum(x**2 for x in coordinates)). This is the length of the vector from the origin to the point given by the coordinates.

Syntax

PYTHON
math.hypot(*coordinates)