Commit c58d4cfb by BellCodeEditor

save project

parent 974f243d
Showing with 5 additions and 4 deletions
...@@ -8,10 +8,10 @@ pen=turtle.Pen() ...@@ -8,10 +8,10 @@ pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal")) pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen.left(45) pen.left(45)
pen.formatrd(100) pen.forward(100)
pen.circle(50,180) pen.circle(50,180)
turtle.done()
pen.left(45) pen.right(450)
pen.formatrd(100)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100)
turtle.done() 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