Commit f0e1bbe7 by BellCodeEditor

save project

parent 61323c6f
Showing with 3 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.speed(100)
pen.fillcolor("red")
pen.begin_fill()
for i in range(80):
pen.forward(80)
for i in range(49):
pen.forward(600)
pen.right(130)
pen.end_fill()
pen.hideturtle()
......
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