Commit 93f2f409 by BellCodeEditor

save project

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