You need to sign in or sign up before continuing.
Commit 20782ae2 by BellCodeEditor

save project

parent ad027acb
Showing with 0 additions and 1 deletions
...@@ -4,7 +4,6 @@ screen.bgcolor("light blue") ...@@ -4,7 +4,6 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.pencolor("red")
pen.write("你好!!!\n你是谁???\n你在哪???\n你在干什么???",font=("times",30,"normal")) pen.write("你好!!!\n你是谁???\n你在哪???\n你在干什么???",font=("times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
......
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