Commit f97046d2 by BellCodeEditor

save project

parent 15816bde
Showing with 9 additions and 9 deletions
......@@ -4,20 +4,20 @@ screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
goto(-100,0)
pen=turtle.Pen()
pen.goto(-100,0)
pen.write(("hello\nworld"),font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
#
pen1=turtle.Pen()
pen.pencolor("red")
pen.pensize(5)
#
len=60
pen.left(45)
pen.forward(2*license)
pen.circle(len,180)
pe.right(90)
pen.circle(len,180)
pen.forward(2*len)
pen1.left(45)
pen1.forward(2*len)
pen1.circle(len,180)
pen1.right(90)
pen1.circle(len,180)
pen1.forward(2*len)
turtle.done()
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