Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. x= float(input ("digite x"))
  2. y= float(input("digite y"))
  3. z= (x**2)+(y**2)
  4. z= (z**0.5)
  5. print ("z =",z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement