Commit 2028104e by BellCodeEditor

auto save

parent a50ceeec
Showing with 22 additions and 0 deletions
import turtle
# pen=turtle.Pen()
# pen.write("SB",font=("sbsn",44,"normal"))
# pen.hideturtle()
# turtle.done()
pensb=turtle.Pen()
pensb.pensize(44)
pensb.pencolor("green")
pensb.left(45)
pensb.forward(100)
pensb.circle(50,100)
pensb.right(90)
pensb.circle(50,100)
pensb.forward(100)
pen.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