Advertisement
Sofya_Soloveva_

Untitled

Jul 4th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. k1 = int(input())
  2. k2 = int(input())
  3. g = int((k1**2+k2**2)**0.5)
  4. P = k1+k2+g
  5. print(P)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement