Commit e43c3cc8 by BellCodeEditor

save project

parent c9d425e0
Showing with 6 additions and 5 deletions
...@@ -5,16 +5,16 @@ t=turtle.Screen() ...@@ -5,16 +5,16 @@ t=turtle.Screen()
t.bgcolor("blue") t.bgcolor("blue")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("you a SB",font=("Time",20,"normal")) pen.write("you a SB",font=("Time",100,"normal"))
pen.hideturtle() pen.hideturtle()
p1=turtle.Pen() p1=turtle.Pen()
p1.left(45) p1.left(45)
p1.forward(50) p1.forward(100)
p1.circle(25,180) p1.circle(50,180)
p1.right(90) p1.right(90)
p1.circle(25,180) p1.circle(50,180)
p1.forward(50) p1.forward(100)
turtle.done() 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