Commit e58e3707 by BellCodeEditor

auto save

parent 942cf91c
Showing with 10 additions and 1 deletions
......@@ -4,5 +4,14 @@ import turtle
# 创建pen画笔
pen = turtle.Pen()
#
pen.write("内容",font=("Times",30,"normal"))
# pen.write("内容",font=("Times",30,"normal"))
pen.hideturtle()
penOne = turtle.Pen()
penOne.left(90)
penOne.circle(100,180)
turtle.done()
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