Advertisement
Guest User

python

a guest
Nov 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. n1=input("enter the value")
  2. n2=input("enter the value")
  3. area=0.5*float(n1)*float(n2)
  4. print("the area of triangle is",area)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement