There was an error while loading. Please reload this page.
python-101/2-variables/09_hypotenuse.py
Line 7 in 547165d
import math a = int(input("enter number:")) b = int(input("enter number:"))
c = math.sqrt((a2) + (b2)) print(c)
python-101/2-variables/09_hypotenuse.py
Line 7 in 547165d
import math
a = int(input("enter number:"))
b = int(input("enter number:"))
c = math.sqrt((a2) + (b2))
print(c)