Commit 75750ccd by BellCodeEditor

auto save

parent 195c94fb
Showing with 64 additions and 0 deletions
import turtle
turtle.bgcolor("black")
turtle.hideturtle()
turtle.pensize(3)
turtle.penup()
turtle.goto(325,0)
turtle.left(90)
turtle.pendown()
turtle.color("red")
turtle.begin_fill()
turtle.circle(325)
turtle.end_fill()
turtle.right(90)
turtle.penup()
turtle.goto(275,0)
turtle.left(90)
turtle.pendown()
turtle.color("white")
turtle.begin_fill()
turtle.circle(275)
turtle.end_fill()
turtle.right(90)
turtle.penup()
turtle.goto(225,0)
turtle.left(90)
turtle.pendown()
turtle.color("red")
turtle.begin_fill()
turtle.circle(225)
turtle.end_fill()
turtle.right(90)
turtle.penup()
turtle.goto(175,0)
turtle.left(90)
turtle.pendown()
turtle.color("blue")
turtle.begin_fill()
turtle.circle(175)
turtle.end_fill()
turtle.color("white")
turtle.begin_fill()
turtle.penup()
turtle.goto(-166,54)
turtle.right(90)
turtle.pendown()
turtle.forward(333)
turtle.right(144)
turtle.forward(333)
turtle.right(144)
turtle.forward(333)
turtle.right(144)
turtle.forward(333)
turtle.right(144)
turtle.forward(333)
turtle.right(144)
turtle.end_fill()
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