Commit f3ecc3bb by BellCodeEditor

save project

parent dea3b1b5
Showing with 14 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.write("SB",pont=("Times",100),"normal"))
pen.hideturtle()
#pen=turtle.Pen()
#pen.write("SB",font=("times",250,"normal"))
#pen.hideturtle()
a=turtle.Pen()
a.pensize(20)
a.pencolor("red")
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.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