Commit 2ba044ee by BellCodeEditor

save project

parent 04dab81a
Showing with 6 additions and 3 deletions
import turtle
turtle.speed(ten)
pen=turtle.Pen()
pen.shape('turtle')
pen.fillcolor("yellow")
pen.penup()
pen.goto(-200,200)
pen.goto(0,0)
pen.pendown()
pen.begin_fill()
for i in range(135):
for i in range(1234):
pen.right(123)
pen.forward(100)
pen.right(33)
pen.end_fill()
wait(10)
......
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