Commit e6ca5941 by BellCodeEditor

save project

parent 934568af
Showing with 0 additions and 1 deletions
...@@ -3,7 +3,6 @@ import turtle ...@@ -3,7 +3,6 @@ import turtle
p=turtle.Pen() p=turtle.Pen()
p.penup() p.penup()
p.fd(100) p.fd(100)
p.pendown()
p.write("你好",font=("Times",30,"normal")) p.write("你好",font=("Times",30,"normal"))
p.hideturtle() p.hideturtle()
p1=turtle.Pen() p1=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