Commit c2ef2e6a by BellCodeEditor

save project

parent d7ebc4f3
Showing with 3 additions and 3 deletions
......@@ -8,9 +8,9 @@ pen=turtle.Pen()
pen.write("你好\n诺依.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
pen.goto(-100,10)
pen.pendown()
pen.up()
pen.goto(-100,0)
pen.down()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
......
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