Commit b45c20f5 by BellCodeEditor

save project

parent 9ccba4a6
Showing with 6 additions and 5 deletions
......@@ -10,7 +10,7 @@ pen.hideturtle()
pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,-250)
pen1.goto(90,-250)
pen1.write("SB",font=("Times",180,"normal"))
pen1.hideturtle()
......@@ -18,10 +18,10 @@ pen2=turtle.Pen()
pen2.pencolor("green")
pen2.pensize(25)
pen2.left(45)
pen2.forward(100)
pen2.circle(50,180)
pen2.forward(50)
pen2.circle(25,180)
pen2.right(90)
pen2.circle(50,180)
pen2.forward(100)
pen2.circle(25,180)
pen2.forward(50)
pen2.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