Commit 24ce8086 by BellCodeEditor

save project

parent 8c5620e1
Showing with 4 additions and 7 deletions
......@@ -5,9 +5,6 @@ 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)
t.done
\ No newline at end of file
for i in (36) :
t.fd(200)
t.left(170)
\ 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