Run
import math result = math.hypot(3, 5, 5, 6) print('hypot() :', result)
Output