Commit 74a1da06 by BellCodeEditor

save project

parent fa5db4dd
Showing with 11 additions and 2 deletions
......@@ -3,7 +3,15 @@ import turtle
# sss=turtle.Pen()
# sss.write("野火烧不尽,\n春风吹又生",font=("Time",30,"normal"))
# sss.hideturtle()
# turtle.done()
# 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