Commit 97b56c4d by BellCodeEditor

save project

parent de160d0d
Showing with 14 additions and 2 deletions
......@@ -4,6 +4,17 @@ import turtle
# p.write('你好哟',font=('Times',50,'normal'))
# p.hideturtle()
# turtle.done()
pen00=turtle.pen()
pen00.circle(30)
# pen00=turtle.Pen()
# pen00.circle(30)
# turtle.done()
pen1=turtle.Pen()
pen1.pensize(10)
pen1.pencolor('red')
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
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