Commit a44c414e by BellCodeEditor

save project

parent 63d73f9e
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.fillcolor("red") pen.fillcolor("red")
pen.begin_fill() pen.begin_fill(50)
for i in range(999999): for i in range(999999):
pen.forward(30) pen.forward(30)
pen.righ pen.righ
......
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