Commit c7b4bdc1 by BellCodeEditor

save project

parent b82d5582
Showing with 12 additions and 2 deletions
......@@ -3,5 +3,14 @@ pen=tuite.pen()
pen.write("sb",font=("Times",18,"normal"))
pen.hideturle()
tuatle.done()
penl=tuatle.pen()
penl.pencolor("red")
penl.pendsize(5)
penl.left(45)
penl.forward(100)
penl.circle(50,180)
penl.right(90)
penl.circle(50,180)
penl.forward(100)
penl.hideturle()
tuatle.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