Commit 6311c044 by BellCodeEditor

save project

parent 6945f1fb
Showing with 2 additions and 1 deletions
...@@ -3,7 +3,8 @@ screen=turtle.Screen() ...@@ -3,7 +3,8 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
penup() penup()
pen.write() goto(100,-100)
pen.write("你好",font=("time,20,normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("red") pen1.pencolor("red")
......
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