Commit 9905f018 by BellCodeEditor

auto save

parent fa0dff60
Showing with 15 additions and 0 deletions
name=input("勇于tiao'z")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.pencolor("purple")
pen.fillcolor("blue")
pen.begin_fill()
for i in range(36):
pen.forward(300)
pen.right(170)
pen.end_fill()
pen.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