Skip to content

Commit 5b4ba06

Browse files
authored
Update AreaTriangle
1 parent 99cf7d7 commit 5b4ba06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AreaTriangle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ s = (a + b + c) / 2
88
# calculate the area
99
area = (s*(s-a)*(s-b)*(s-c)) ** 0.5
1010
print('The area of the triangle is %0.2f' %area)
11+
print(" area was calculated")

0 commit comments

Comments
 (0)