Skip to content

Commit 9d2be79

Browse files
authored
Update and rename task2.py to circle.py
1 parent a8a7440 commit 9d2be79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

task2.py renamed to circle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import turtle
2-
2+
#code for moving circle
33
speed=5
44
thing = turtle.Turtle()
55
for i in range (5):
66
thing.circle(radius=40)
77
thing.forward(speed)
88

9-
turtle.done()
9+
turtle.done()

0 commit comments

Comments
 (0)