Commit 93f2f409 by BellCodeEditor

save project

parent 0a42eabe
Showing with 6 additions and 2 deletions
...@@ -3,8 +3,13 @@ ...@@ -3,8 +3,13 @@
""" """
import turtle import turtle
SB=turtle.Pen() SB=turtle.Pen()
SB.color("red")
SB.begin_fill()
for i in range(5): for i in range(5):
SB.forward(199) SB.forward(199)
SB.right(144) SB.right(144)
SB.end_fill()
SB.hideturtle() SB.hideturtle()
turtle.done() SB.fillcolor("red")
\ No newline at end of file SB.begin_fill()
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