Commit 56437679 by BellCodeEditor

save project

parent 945414df
Showing with 13 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.fillcolor("red")
pen.pensize(20)
pen.begin_fill()
pen.pencolor("yellow")
for i in range(5):
pen.forward(200)
pen.left(144)
pen.end_fill()
pen.penup()
pen.goto(200,200)
pen.down()
pen.fillcolor("red")
pen.pensize(20)
pen.begin_fill()
pen.pencolor("yellow")
for i in range(5):
pen.forward(200)
pen.left(144)
......
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