Commit ced6926e by BellCodeEditor

save project

parent 0046acb1
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ screen.bgcolor("pink") ...@@ -5,7 +5,7 @@ screen.bgcolor("pink")
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.penup() pen1.penup()
pen1.goto(100,-100) pen1.goto(100,-100)
pen1.write("八嘎压路!!!",font=("Times",20,"normal")) pen1.write("你好!",font=("Times",20,"normal"))
pen1.hideturtle() pen1.hideturtle()
pen=turtle.Pen() pen=turtle.Pen()
pen.pensize(8) pen.pensize(8)
......
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