Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
# Import math Library import math #set perpendicular and base parendicular = 10 base = 5 #print the hypotenuse of a right-angled triangle print(math.hypot(parendicular, base))
11.180339887498949