Commit a8c429bd by BellCodeEditor

auto save

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