Commit 9c36c59d by BellCodeEditor

auto save

parent f9b6bca9
Showing with 27 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.pensize(20)
pen.pencolor("red")
pen.circle(50)
pen.penup()
pen.goto(0,-20)
pen.pendown()
pen.pencolor("yellow")
pen.circle(70)
pen.penup()
pen.goto(0,-40)
pen.pendown()
pen.pencolor("yellow")
pen.circle(90)
pen.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