Commit 38c68af2 by BellCodeEditor

auto save

parent c816b9b8
Showing with 17 additions and 0 deletions
import turtle
# pen=turtle.Pen()
# pen.write("我是你爹",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done
p=turtle.Pen()
p.pencolor("yellow")
p.pensize(3)
p.fillcolor("red")
p.begin_fill()
for i in range (36):
p.forward(200)
p.right(170)
p.end_fill()
p.hideturtle()
turtle.done()
\ No newline at end of file
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