Commit bfd2c269 by BellCodeEditor

save project

parent 4b402463
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ a.bgcolor("pink") ...@@ -6,7 +6,7 @@ a.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-100,0) pen.goto(-200,0)
pen.write("你好",font=("Times",30,"normal")) pen.write("你好",font=("Times",30,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
# pen1.circle(55) # pen1.circle(55)
......
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