Commit 324e38dd by BellCodeEditor

save project

parent f472b337
Showing with 2 additions and 2 deletions
...@@ -6,7 +6,7 @@ pen=turtle.Pen() ...@@ -6,7 +6,7 @@ pen=turtle.Pen()
pen.fillcolor("black") pen.fillcolor("black")
pen.begin_fill() pen.begin_fill()
for i in range(360): for i in range(360):
pen.forward(1.5) pen.forward(0.5)
pen.right(1) pen.right(1)
pen.end_fill() pen.end_fill()
...@@ -22,7 +22,7 @@ pen.pendown() ...@@ -22,7 +22,7 @@ pen.pendown()
pen.fillcolor("black") pen.fillcolor("black")
pen.begin_fill() pen.begin_fill()
for i in range(360): for i in range(360):
pen.forward(1.5) pen.forward(0.5)
pen.right(1) pen.right(1)
pen.end_fill() pen.end_fill()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment