Commit 616dd42b by BellCodeEditor

save project

parent ee1dd23e
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ screen=turtle.Screen()
screen.bgcolor("light blue")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(-100,0)
Pen.goto(0,-100)
Pen.write("诺依,谢\n谢你的来信!",font=("Times",20,"normal"))
pen1=turtle.Pen()
pen1.pensize(5)
......
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