Commit ad2048db by BellCodeEditor

auto save

parent 9c395b91
Showing with 8 additions and 1 deletions
...@@ -4,4 +4,10 @@ pen=turtle.Pen() ...@@ -4,4 +4,10 @@ pen=turtle.Pen()
pen.write("诺伊,turtle真难用,我想把它删了",font=("Times",30,"normal")) pen.write("诺伊,turtle真难用,我想把它删了",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
penleft(45) pen1
pen.left(45)
pen.forward(100)
pen.circle(50,100)
pen.right(90)
pen.circle(50,180)
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