Commit 1a943d1e by BellCodeEditor

auto save

parent c256c561
Showing with 27 additions and 2 deletions
# 我们都爱夸夸夸 import turtle
\ No newline at end of file pen = turtle.Pen()
pen.penup()
pen.goto(0,-200)
pen.pendown()
pen.circle(200)
pen.penup()
pen.goto(-100,50)
pen.pendown()
pen.fillcolor("blue")
pen.begin_fill()
pen.circle(20)
pen.penup()
pen.goto(100,50)
pen.circle(20)
pen.end_fill()
pen.goto(0,50)
pen.pendown()
turtle.circle(-50,steps=3)
pen.hideturtle()
pen.penup()
pen.goto(-150,-70)
pen.pendown()
pen.goto(0,-170)
pen.goto(150,-70)
pen.hideturtle()
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