Commit dcbe6ab4 by BellCodeEditor

save project

parent 2e33d52a
Showing with 4 additions and 4 deletions
...@@ -4,11 +4,11 @@ turtle.write("hvhv\nhvjghk",font=("Times",50,"normal")) ...@@ -4,11 +4,11 @@ turtle.write("hvhv\nhvjghk",font=("Times",50,"normal"))
turtle.pensize(5) turtle.pensize(5)
turtle.pencolor("red") turtle.pencolor("red")
turtle.left(45) turtle.left(45)
turtle.forward(100) turtle.forward(200)
turtle.circle(50,180) turtle.circle(100,180)
turtle.right(90) turtle.right(90)
turtle.circle(50,180) turtle.circle(100,180)
turtle.forward(100) turtle.forward(200)
turtle.hideturtle() turtle.hideturtle()
turtle.done() turtle.done()
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