Commit 55fe5f34 by BellCodeEditor

save project

parent 68f07f1f
Showing with 3 additions and 0 deletions
...@@ -2,4 +2,7 @@ import turtle ...@@ -2,4 +2,7 @@ import turtle
t=turtle.Pen() t=turtle.Pen()
t.shape("turtle") t.shape("turtle")
t.fd(200) t.fd(200)
fillcolor("red")
begin_fill
end_fill
t.turtle.done() t.turtle.done()
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