Commit 59693e93 by BellCodeEditor

auto save

parent 414b69b4
Showing with 5 additions and 0 deletions
...@@ -3,8 +3,12 @@ ...@@ -3,8 +3,12 @@
""" """
import turtle import turtle
SB=turtle.Pen() SB=turtle.Pen()
f
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() 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