Commit 74a1da06 by BellCodeEditor

save project

parent fa5db4dd
Showing with 10 additions and 1 deletions
......@@ -5,5 +5,13 @@ import turtle
# sss.hideturtle()
# turtle.done()
aaa=turtle.Pen()
aaa.circle(70)
aaa.pensize(4)
aaa.pencolor("blue")
aaa.left(45)
aaa.forward(200)
aaa.circle(100,180)
aaa.right(90)
aaa.circle(100,180)
aaa.forward(200)
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