Commit 20650063 by BellCodeEditor

auto save

parent 38c68af2
Showing with 4 additions and 16 deletions
import turtle import turtle
# pen=turtle.Pen() pen=turtle.Pen()
# pen.write("我是你爹",font=("Times",30,"normal")) pen.write("我是你爹",font=("Times",30,"normal"))
# pen.hideturtle() turtle.done
# turtle.done \ No newline at end of file
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