Commit 35624efb by BellCodeEditor

save project

parent a2934dd4
Showing with 2 additions and 2 deletions
...@@ -4,8 +4,8 @@ screen=turtle.Screen() ...@@ -4,8 +4,8 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-180,-90) pen.goto(-180,-240)
pen.write("你好\n我是郭晨皓\npleased to meet you!",font=("Times",30,"normal")) pen.write("你好\n我是郭晨皓\npleased to meet you!\n祝你感恩节快乐",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen.penup() pen.penup()
pen.goto(0,0) pen.goto(0,0)
......
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