Commit 412937c8 by BellCodeEditor

save project

parent c66a449e
Showing with 8 additions and 1 deletions
......@@ -19,4 +19,4 @@ pen.circle(len,180)
pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
turtle.done()
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.write("拜拜了您嘞,哈哈嗨\n永远不见",font=("Times",20,"normal"))
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