Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import numpy as np base = 3 perp = 4 x = np.hypot(base, perp) print(x)
5.0