Commit 6200f766 by BellCodeEditor

save project

parent 8531d886
Showing with 4 additions and 2 deletions
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
""" """
import turtle import turtle
ppen=turtle.Pen() ppen=turtle.Pen()
ppen.color("red")
ppen.begin_fill()
for i in range(5): for i in range(5):
ppen.forward(150) ppen.forward(150)
ppen.right(144) ppen.right(144)
ppen.end_fill()
turtle.done turtle.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