Commit 41daa65c by BellCodeEditor

save project

parent ac6a6c9d
Showing with 26 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.speed(0)
pen.pensize(3)
pen.penup()
pen.goto(0,-200)
pen.pendown()
pen.pencolor("red")
pen.circle(200)
pen.penup()
pen.goto(-200,0)
pen.pendown()
pen.forward(400)
pen.penup()
pen.goto(0,-200)
pen.pendown()
pen.setheading(90)
pen.forward(400)
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