Commit dae4a404 by BellCodeEditor

save project

parent 3a261b62
Showing with 4 additions and 10 deletions
...@@ -6,7 +6,7 @@ len=screen.textinput("100","100") ...@@ -6,7 +6,7 @@ len=screen.textinput("100","100")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("春晓\n“春眠不姐晓",font=("Times",20,"normal")) pen.write("春晓\n“春眠不姐晓",font=("Times",20,"normal"))
pen.hideturtle() pen.pensize(5)
len=60 len=60
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,100)
......
...@@ -13,15 +13,9 @@ Pen2.penleft(45) ...@@ -13,15 +13,9 @@ Pen2.penleft(45)
pen.pensize(5) pen.pensize(5)
Pen2.penforward(100) Pen2.penforward(100)
Pen2.penright(90) Pen2.penright(90)
pen.circle(len,180) pen.circle(50,180)
pen.forward(2*len) pen.forward(100)
pen2.hideturtle()
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