Commit 4363d9da by BellCodeEditor

save project

parent 2e2c3c5f
Showing with 6 additions and 2 deletions
...@@ -2,4 +2,8 @@ ...@@ -2,4 +2,8 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("今天是我上的第一节编程课。\n加油",font=("times",20,"normal")) pen.write("今天是我上的第一节编程课。\n加油",font=("times",20,"normal"))
turtle.done() turtle.done()
\ No newline at end of file
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