Commit afb60152 by BellCodeEditor

auto save

parent f6e64a83
Showing with 2 additions and 3 deletions
import turtle
import turtle
......@@ -5,7 +5,7 @@ screen.bgcolor("yellow")
#写字笔
pen=turtle.Pen()
pen.penup()
pen.write("大傻逼,再也不见!\n笑死,我根本不会用编辑器,\n哎,我老了,不中用了,\n(编辑器)草他妈很难用哦,\n哈哈哈,草,我不用了。",font=("times",20,"normal"))
pen.write("大傻逼,再也不见!<-_->\n笑死,我根本不会用编辑器,\n哎,我老了,不中用了,\n(编辑器)草他妈很难用哦,\n哈哈哈,草,我不用了。",font=("times",20,"normal"))
pen.hideturtle()
#画心笔
pen1=turtle.Pen()
......@@ -27,4 +27,3 @@ pen1.forward(2*len)
pen1.end_fill()
pen1.hideturtle()
turtle.done()
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