Commit b78660cc by BellCodeEditor

save project

parent 4897c1d5
Showing with 2 additions and 0 deletions
...@@ -5,6 +5,8 @@ import turtle ...@@ -5,6 +5,8 @@ import turtle
# p.hideturtle() # p.hideturtle()
# turtle.done() # turtle.done()
pp=turtle.Pen() pp=turtle.Pen()
pp.color("red")
pp.pensize(5)
pp.left(45) pp.left(45)
pp.forward(100) pp.forward(100)
pp.circle(50,180) pp.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