Commit 78d0e1c6 by BellCodeEditor

auto save

parent 456f2e02
Showing with 3 additions and 3 deletions
import turtle
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
screen.bgcolor("red")
......@@ -6,9 +6,9 @@ pen.penup()
pen.goto(100,-124)
pen.write("1\n12\n123\n1234\n12345\n",font=("Times",20,"normal"))
pen.hideturtle()
len=screen.textinput("问话框","圆的半径:")
len=screen.textinput("智障才会回答的问题","圆的半径:")
lovesize=int(len)
len1=screen.textinput("问话框","字体大小:")
len1=screen.textinput("问话框2","字体大小:")
lovesize1=int(len1)
def huaaixin(a,b):
pena=turtle.Pen()
......
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