Commit 45850615 by BellCodeEditor

save project

parent d6489a5f
Showing with 2 additions and 0 deletions
......@@ -5,6 +5,8 @@ import turtle as t
t.pen()
t.hideturtle()
t.fillcolor("blank")
t.begin_fill()
t.end_fill()
for i in range(5):
t.fd(200)
t.right(144)
......
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