Skip to content

Commit 2106084

Browse files
committed
Merge branch 'master' of https://github.com/Cerabbite/Python
2 parents 77eb063 + 4935345 commit 2106084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

12.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import turtle
2-
t = turtle.Turtle()
2+
t = turtle.Turtle()
33
t.circle(20)
44
t1=turtle.Turtle()
55
t1.circle(25)

Areaoftriangle renamed to AreaOfTriangle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
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: ' + area)

0 commit comments

Comments
 (0)