Skip to content

Commit 89e4241

Browse files
authored
Update AREA OF TRIANGLE
1 parent 73455e6 commit 89e4241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AREA OF TRIANGLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python Program to find the area of triangle
2-
2+
#calculates area of traingle in efficient way!!
33
a = 5
44
b = 6
55
c = 7

0 commit comments

Comments
 (0)