Commit cfdd111d by BellCodeEditor

save project

parent 00ce38f9
Showing with 4 additions and 0 deletions
...@@ -3,3 +3,6 @@ import turtle ...@@ -3,3 +3,6 @@ import turtle
pen=turtle.pen() pen=turtle.pen()
pen.wrte("诺伊,你好",font=("times",30,"normal")) pen.wrte("诺伊,你好",font=("times",30,"normal"))
pen.turtlehide() pen.turtlehide()
pen1=turtle.pen()
pen1.circle(50)
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