Commit fdf10709 by BellCodeEditor

save project

parent 04f2be93
Showing with 15 additions and 0 deletions
...@@ -5,4 +5,18 @@ SB=turtle.Pen() ...@@ -5,4 +5,18 @@ SB=turtle.Pen()
SB.write("gvgzhz,\njdjjj",font=("Times",100,"normal")) SB.write("gvgzhz,\njdjjj",font=("Times",100,"normal"))
SB.hideturtle() SB.hideturtle()
turtle.done()
hg=turtle.Pen()
hg.pencolor("red")
hg.pensize(5)
hg.left(45)
hg.forward(100)
hg.circle(50,180)
hg.rught(90)
hg.circle(50,180)
hg.forward(100)
turtle.done() 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