Commit 133c0b6c by BellCodeEditor

save project

parent da763720
Showing with 8 additions and 8 deletions
......@@ -3,14 +3,14 @@ import turtle
# p=turtle.Pen()
# p.write("你好呀",font=("Times",30,"normal"))
#turtle.done()
p=turtle.Pen()
p.pencolor('red')
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
p1=turtle.Pen()
p1.pencolor('red')
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
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