Commit ad209ad5 by BellCodeEditor

save project

parent 5f6736b0
Showing with 2 additions and 3 deletions
...@@ -4,10 +4,9 @@ screen=turtle.Screen() ...@@ -4,10 +4,9 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen = turtle.Pen() pen = turtle.Pen()
pen.penup() pen.penup()
pen.goto(-100,0) pen.goto(200,-200)
pen.write("你好呀",font=("Times",70,"normal")) pen.write("你好呀",font=("Times",40,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) 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