Commit 95142f56 by BellCodeEditor

save project

parent 053766a8
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
a=screen.textinput("提示:","你想要多大的爱心呀?")
x=int(a)
x=int(a)
pen1=turtle.Pen()
pen1.speed(1000)
pen1.pencolor("red")
......
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