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 77eb063 + 4935345 commit 2106084Copy full SHA for 2106084
12.py
@@ -1,5 +1,5 @@
1
import turtle
2
- t = turtle.Turtle()
+t = turtle.Turtle()
3
t.circle(20)
4
t1=turtle.Turtle()
5
t1.circle(25)
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