Commit 99383baf by BellCodeEditor

save project

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