Python Programming
Wednesday, May 22, 2019
WAP to find out the area of a triangle
base = float(input('Enter Base = '))
height = float(input('Enter Height = '))
print('-'*10)
print('area = ' + str((base * height) / 2))
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment