Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
# 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