Commit 777f0e0c by BellCodeEditor

auto save

parent 91a10ef3
Showing with 17 additions and 24 deletions
# import turtle
# pen=turtle.Pen()
# pen.goto(-2,2)
# pen.fillcolor('red')
# pen.begin_fill()
# pen.forward(100)
# pen.left(90)
# pen.forward(100)
# pen.left(90)
# pen.forward(100)
# pen.left(90)
# pen.forward(100)
# pen.end_poly()
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.dot(100,"blue")
pen.goto(0,-200)
pen.pendown()
pen.circle(200)
pen.penup()
pen.goto(-100,50)
pen.fillcolor("bule")
pen.begin_fill()
pen.circle(20)
\ 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