Commit 547800f6 by BellCodeEditor

auto save

parent c2f1308f
Showing with 18 additions and 0 deletions
# import turtle
# pen=turtle.Pen()
# #pen.goto(-200,0)
# #pen.clear()
# pen.write("诺伊,我是小贝,我很讨厌你",font=("Times",10,"normal"))
# #pen.hideturtle()
# turtle.done()
import turtle
pen1=turtle.pen()
for i in range(4):
pen1.goto(20)
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.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