Commit 9da1d437 by BellCodeEditor

save project

parent da99b88e
Showing with 2 additions and 2 deletions
import turtle
star = turtle.Pen()
star.pencolor("ren")
star.fillcolor("ren")
star.pencolor("red")
star.fillcolor("red")
star.begin_fill()
for i in range(5):
star.forward(200)
......
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