Commit 99383baf by BellCodeEditor

save project

parent 41544c3b
Showing with 2 additions and 2 deletions
...@@ -2,8 +2,8 @@ import turtle ...@@ -2,8 +2,8 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
we=screen.textinput("提示","请输入爱心大小") we=screen.textinput("we","kk")
sb=(int(we)) sb=int(we)
pen.penup() pen.penup()
pen.goto(-80,-80) pen.goto(-80,-80)
pen.write("qwer\ntyu\niop",font=("Times",20,"normal")) pen.write("qwer\ntyu\niop",font=("Times",20,"normal"))
......
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