We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 964921c + 480cb49 commit 6d01189Copy full SHA for 6d01189
Areaoftriangle renamed to AreaOfTriangle.py
@@ -14,4 +14,4 @@
14
15
# calculate the area
16
area = (s*(s-a)*(s-b)*(s-c)) ** 0.5
17
-print('The area of the triangle is %0.2f' %area)
+print('The area of the triangle is: ' + area)
0 commit comments