Commit 2ca964f3 by BellCodeEditor

save project

parent 19fe4e8a
Showing with 12 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.write("sb!",font=("Times",1,"normal"))
pen.write("s",font=("Times",10,"normal"))
turtle.done()
sb=turtle.Pen()
sb.pensize(5)
sb.fpencolor("red")
sb.right(90)
sb.forward(100)
sb.circle(50,180)
sb.right(90)
sb.circle(50,180)
sb.forward(100)
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