Commit 8d883cfa by BellCodeEditor

save project

parent 8a5b98e3
Showing with 2 additions and 0 deletions
......@@ -2,6 +2,8 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("orange")
pen=turtle.Pen()
pen.penup()
pen.got(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