Commit 4a7cddd3 by BellCodeEditor

save project

parent c4ca57e5
Showing with 20 additions and 4 deletions
import turtle import turtle
pen=turtle.Pen() # pen=turtle.Pen()
pen.write("SB",font=("sbsn",44,"normal")) # 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() pen.hideturtle()
turtle.dend. turtle.done()
\ No newline at end of file \ 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