Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 86a61bb

Browse files
Update area of triangle.py
1 parent dab25d8 commit 86a61bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Basic/area of triangle.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python Program to find the area of triangle
2-
2+
# * Written By Codezila.org at 22-03-2020 02:28AM (IST
33
a = 5
44
b = 6
55
c = 7
@@ -14,4 +14,5 @@
1414

1515
# calculate the area
1616
area = (s*(s-a)*(s-b)*(s-c)) ** 0.5
17-
print('The area of the triangle is %0.2f' %area)
17+
print('The area of the triangle is %0.2f' %area)
18+
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /