Commit 0637a6c6 by BellCodeEditor

save project

parent 508744b9
Showing with 5 additions and 5 deletions
...@@ -3,7 +3,7 @@ import turtle ...@@ -3,7 +3,7 @@ import turtle
screer=turtle.Screen() screer=turtle.Screen()
screer.bgcolor() screer.bgcolor()
pen=turtle.Pen() pen=turtle.Pen()
screer.bgcolor("Shit yellow") screer.bgcolor("yellow")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("洛依,The World!",font=("Times",10,"normal")) pen.write("洛依,The World!",font=("Times",10,"normal"))
...@@ -14,11 +14,11 @@ pen1.pensize(5) ...@@ -14,11 +14,11 @@ pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
len=50 len=50
pen1.left(45) pen1.left(45)
pen1.forward(2*len) pen1.forward(len*4)
pen1.circle(len,180) pen1.circle(len*2,180)
pen1.right(90) pen1.right(90)
pen1.circle(len,180) pen1.circle(len*2,180)
pen1.forward(2*len) pen1.forward(len*4)
pen1.hideturtle() pen1.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