Commit f97046d2 by BellCodeEditor

save project

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