Commit 191a2a80 by BellCodeEditor

save project

parent 501b062c
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ pen=turtle.Pen() ...@@ -4,7 +4,7 @@ pen=turtle.Pen()
pen.write("诺伊,\n我是美女",font=("Times",49,"normal")) pen.write("诺伊,\n我是美女",font=("Times",49,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
penl=turtle.Pen)() penl=turtle.Pen()
penl.left(45) penl.left(45)
pen.forward(100) pen.forward(100)
penl.circle(50,100) penl.circle(50,100)
......
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