Commit 5bfed4e4 by BellCodeEditor

save project

parent 8a6d008d
Showing with 5 additions and 1 deletions
......@@ -4,7 +4,10 @@ pen.pencolor("red")
pen.pensize(2)
pen.goto(0,-100)
pen.circle(100)
pen.penup()
pen.goto(0,100)
pen.penup()
pen.goto(-100,0)
pen.pendown()
pen.forward(200)
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