Commit 19ca006a by BellCodeEditor

save project

parent 34f716f3
Showing with 12 additions and 0 deletions
...@@ -4,6 +4,18 @@ import turtle ...@@ -4,6 +4,18 @@ import turtle
# pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
# 画爱心 # 画爱心
pen1=turtle.Pen()
pen.pensize(5)
pen.pencolor("red")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
shit pen.hideturtle()
turtle.done()
shit pen.hideturtle() shit pen.hideturtle()
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,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