Commit 03ae7f7f by BellCodeEditor

save project

parent 57cada7b
Showing with 8 additions and 5 deletions
import turtle
penSB=turtle.Pen()
penSB.penside(5)
penSB.pencolor("white")
penSB.pensize(5)
penSB.pencolor("red")
penSB.left(45)
penSB.forward(100)
penSB.circle(50,100)
penSB.circle(50,180)
penSB.right(90)
penSB.circle(50,100)
\ No newline at end of file
penSB.circle(50,180)
penSB.forward(100)
penSB.hideturtle()
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