Commit 436986ce by BellCodeEditor

save project

parent f692d887
Showing with 1 additions and 3 deletions
import turtle import turtle
t = turtle.Pen()
t.fillcolor("red") t.fillcolor("red")
t.begin_fill() t.begin_fill()
t = turtle.Pen()
for i in range(5): for i in range(5):
t.forward(200) t.forward(200)
t.right(144) t.right(144)
...@@ -11,4 +10,3 @@ turtle.done() ...@@ -11,4 +10,3 @@ 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