Commit f15972f0 by BellCodeEditor

save project

parent 710734e6
Showing with 5 additions and 1 deletions
......@@ -6,6 +6,8 @@ pen=turtle.Pen()
pen.write("来了老弟!\n想死你了",font=("Times",30,"normal"))
pen.penup()
pen.goto(0,-100)
pen.pensize(4)
pen.pencolor('red')
pen.left(45)
......@@ -15,7 +17,8 @@ pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.hideturtle()
turtle.done(
turtle.done()
pen.write()
\ 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