Commit 881c92d8 by BellCodeEditor

save project

parent b21339c8
Showing with 30 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.pensize(5)
pen.pencolor("red")
pen.circle(50)
pen.penup()
pen.forward(-105)
pen.pendown()
pen.pencolor("black")
pen.circle(50)
pen.penup()
pen.forward(-105)
pen.pendown()
pen.pencolor("blue")
pen.circle(50)
pen.penup()
pen.right(90)
pen.forward(70)
pen.left(90)
pen.forward(50)
pen.pendown()
pen.pencolor("yellow")
pen.circle(50)
pen.penup()
pen.forward(107.5)
pen.pendown()
pen.pencolor("green")
pen.circle(50)
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