Commit 579ae797 by BellCodeEditor

save project

parent 809eb58d
Showing with 14 additions and 13 deletions
import turtle import turtle
p=turtle.pen() # p=turtle.Pen()
p.write("sb") # p.write("sb"),font=("times",18,"normal")
p.hideturtle() # p.hideturtle()
# turtle.done()
pp=turtle.Pen()
pp.pencolor("red")
pp.pensize(5)
pp.left(45)
pp.forward(100)
pp.circle(50,180)
pp.right(90)
pp.circle(50,180)
pp.forward(100)
pp.hideturtle()
turtle.done() turtle.done()
...@@ -626,13 +637,3 @@ turtle.done() ...@@ -626,13 +637,3 @@ 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