Skip to content

Commit 55a4584

Browse files
authored
Merge pull request #1 from GamerX248/GamerX248-patch-1
GamerX248-patch-1
2 parents 99cf7d7 + b287e73 commit 55a4584

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AreaTriangle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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: '))
1+
a = float(input('Enter first side1: '))
2+
b = float(input('Enter second side2: '))
3+
c = float(input('Enter third side3: '))
44

55
# calculate the semi-perimeter
66
s = (a + b + c) / 2

0 commit comments

Comments
 (0)