Commit 28d2f20b by BellCodeEditor

save project

parent b77fe912
Showing with 3 additions and 0 deletions
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
""" """
import turtle import turtle
ttk = turtle.Pen() ttk = turtle.Pen()
ttk.fillcolor("green")
ttk.begin_fill()
for i in range(5): for i in range(5):
ttk.forward(200) ttk.forward(200)
ttk.right(144) ttk.right(144)
ttk.end_fill()
turtle.done() 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