Commit a1e052e9 by BellCodeEditor

auto save

parent c2ac3ff3
Showing with 1 additions and 2 deletions
...@@ -3,8 +3,7 @@ import turtle ...@@ -3,8 +3,7 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("小明54188",font=("Times",20,"normal")) pen.write("小明54188,\n27回家了,\n再不回家爸爸打你。",font=("Times",20,"normal"))
pen1.hideturtle()
#画爱心 #画爱心
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(10) pen1.pensize(10)
......
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