Commit 40a54c80 by BellCodeEditor

save project

parent 16c96f1c
Showing with 2 additions and 0 deletions
......@@ -5,6 +5,8 @@ import turtle
# w.hideturtle()
# turtle.done()
j=turtle.Pen()
j.pencoler("red")
j.pensize(9)
j.left(45)
j.forward(100)
j.circle(50,180)
......
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