Commit d856f63e by BellCodeEditor

save project

parent 8e3769b9
Showing with 18 additions and 8 deletions
import turtle
# b=turtle.Pen()
# b.write("这泡屎,\n你趁热吃",font=("Times",30,"normal"))
# b.hideturtle()
# turtle.done()
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
s=turtle.Pen()
s.pensize(5)
s.pencolor("red")
s.fillcolor("pink")
s.begin_fill()
s.left(45)
s.forward(100)
s.circle(50,180)
s.right(90)
s.circle(50,180)
s.forward(100)
s.end_fill()
s.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