Commit 8fdd8130 by BellCodeEditor

save project

parent e5e7ee49
Showing with 2 additions and 2 deletions
...@@ -4,9 +4,9 @@ screen=turtle.Screen() ...@@ -4,9 +4,9 @@ screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
p=turtle.Pen() p=turtle.Pen()
p.penup() p.penup()
p.goto(100,100) p.goto(100,-100)
p.pendown() p.pendown()
p.write("你好,诺伊",fort=("Times",30,"normal")) p.write("你好,诺伊",font=("Times",30,"normal"))
pen=turtle.Pen() pen=turtle.Pen()
pen.pencolor("red") pen.pencolor("red")
pen.pensize(20) pen.pensize(20)
......
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