Commit a083b50f by BellCodeEditor

save project

parent 0a16a801
Showing with 2 additions and 2 deletions
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
import turtle import turtle
__Pen = turtle.Pen() __Pen = turtle.Pen()
__Pen.fillcolor("#ff0000")
Pen.begin_fill()
for __count in range(5): for __count in range(5):
__Pen.forward(200) __Pen.forward(200)
__Pen.right(144) __Pen.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