Commit 24ce8086 by BellCodeEditor

save project

parent 8c5620e1
Showing with 4 additions and 7 deletions
...@@ -5,9 +5,6 @@ import turtle as t ...@@ -5,9 +5,6 @@ import turtle as t
t.pen() t.pen()
t.hideturtle() t.hideturtle()
t.fillcolor("blank") t.fillcolor("blank")
t.begin_fill() for i in (36) :
t.end_fill() t.fd(200)
for i in range(5): t.left(170)
t.fd(200) \ No newline at end of file
t.right(144)
t.done
\ No newline at end of file
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