Commit 4363d9da by BellCodeEditor

save project

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