PY/MATH
Challenges
Algebra · Easy

Pythagorean Hypotenuse

Write `hypotenuse(a, b)` returning the length of the hypotenuse.

solution.py○ Loading…
Loading...
Console
Test cases
hypotenuse(3, 4)PENDING
hypotenuse(5, 12)PENDING
HiddenPENDING
Hints