Commit 34137f0e by BellCodeEditor

save project

parent 443ab3ef
Showing with 2 additions and 2 deletions
...@@ -5,13 +5,13 @@ pen=turtle.Pen() ...@@ -5,13 +5,13 @@ pen=turtle.Pen()
pen.write("HADJB",font=("Times",100,"normal")) pen.write("HADJB",font=("Times",100,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
len=50
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.poncolor("red") pen1.poncolor("red")
pen1.ponsize() pen1.ponsize()
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
pen1.circle(180) pen1.circle(len*2,180)
pen1.right(90) pen1.right(90)
pen1.circle(180) pen1.circle(180)
pen1.forward(50.180) pen1.forward(50.180)
......
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