Commit a8c429bd by BellCodeEditor

auto save

parent a4c75379
Showing with 10 additions and 20 deletions
...@@ -2,22 +2,12 @@ import turtle ...@@ -2,22 +2,12 @@ import turtle
pen.turtle.pen() pen.turtle.pen()
pen.pensize(30) pen.pensize(30)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) def a1234567890():
pen.forward(100) pen.left(45)
pen.right(90) pen.forward(100)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100) pen.right(90)
pen.hideturtle() pen.circle(50,180)
pen.penup() pen.forward(100)
setheading(90) pen.hideturtle()
forward(50) a1234567890()
pen.pendown() \ No newline at end of file
pen.turtle.pen()
pen.pensize(30)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.hideturtle()
\ 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