Commit 7bdac0c8 by BellCodeEditor

save project

parent d7904af2
Showing with 4 additions and 3 deletions
import turtle
import turtle
......@@ -2,8 +2,9 @@ import turtle
screen=turtle.Screen()
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("I love you",font=("Times",30,"normal"))
pen.goto(55,-100)
pen.pencolor("yellow")
pen.write("妈妈,您辛苦了。",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
len=60
......
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