Commit 12d40f42 by BellCodeEditor

save project

parent 865e24f7
Showing with 20 additions and 1 deletions
...@@ -19,4 +19,4 @@ pen.circle(len,180) ...@@ -19,4 +19,4 @@ pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
turtle.done() turte.done()
\ No newline at end of file
# import turtle
# pen=turtle.Pen()
# pen.write("诺依,\nturtle真好用,我会在画布上写字啦!",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done
pen.penup()
pen.goto(0,0)
pen.pensize(8)
pen.pencolor("green")
pen.pendown()
pen.left(45)
pen.forward(100)
pen.circle(50,100)
pen.right(90)
pen.circle(50,100)
pen.forward(100)
turtle.done
\ No newline at end of file
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