Commit 3695e3a3 by BellCodeEditor

save project

parent 96742609
Showing with 4 additions and 2 deletions
...@@ -9,7 +9,6 @@ pen1=turtle.Pen() ...@@ -9,7 +9,6 @@ pen1=turtle.Pen()
pen1.pensize(9) pen1.pensize(9)
pen1.pencolor("black") pen1.pencolor("black")
len=60 len=60
pen1.left(45) pen1.left(45)
pen1.forward(2*len) pen1.forward(2*len)
pen1.circle(len,180) pen1.circle(len,180)
...@@ -19,5 +18,8 @@ pen1.forward(100) ...@@ -19,5 +18,8 @@ pen1.forward(100)
pen1.hideturtle() pen1.hideturtle()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("green") screen.bgcolor("green")
screen.textinput("提示","你想要多大的爱心呀?")
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