Commit da64ba36 by BellCodeEditor

save project

parent 8d883cfa
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ screen=turtle.Screen()
screen.bgcolor("orange")
pen=turtle.Pen()
pen.penup()
pen.got(100,-100)
pen.goto(100,-100)
pen.write("妈妈我爱你歌声送给你",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
......
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