We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99cf7d7 + b287e73 commit 55a4584Copy full SHA for 55a4584
1 file changed
AreaTriangle
@@ -1,6 +1,6 @@
1
-a = float(input('Enter first side: '))
2
-b = float(input('Enter second side: '))
3
-c = float(input('Enter third side: '))
+a = float(input('Enter first side1: '))
+b = float(input('Enter second side2: '))
+c = float(input('Enter third side3: '))
4
5
# calculate the semi-perimeter
6
s = (a + b + c) / 2
0 commit comments