Guest User

Untitled

a guest
Dec 14th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import math
  2. side 1 = 3
  3. side 2 = 4
  4. hypotenuse = math.hypot(side1,side2)
  5. print(hypotenuse)
  6. #Basic python
Add Comment
Please, Sign In to add comment