Commit d6489a5f by BellCodeEditor

save project

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