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.
1 parent d1eed79 commit a5f0e0eCopy full SHA for a5f0e0e
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