Commit a6dddfcf by BellCodeEditor

save project

parent 1526f924
Showing with 3 additions and 3 deletions
...@@ -9,7 +9,7 @@ pen=turtle.Pen() ...@@ -9,7 +9,7 @@ pen=turtle.Pen()
pen.hideturtle() pen.hideturtle()
len=60 len=60
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(0,-100)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
...@@ -20,4 +20,5 @@ pen.right(90) ...@@ -20,4 +20,5 @@ pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
# pen.write("你好\n诺伊.",font=("Times",30,"normal")) # pen.write("你好\n诺伊.",font=("Times",30,"normal"))
turtle.done() pen.tiltangle()
\ No newline at end of file turtle.done()
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