Commit cd69a47e by BellCodeEditor

save project

parent bb0d851e
Showing with 2 additions and 2 deletions
......@@ -2,8 +2,8 @@ import turtle
pen1=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("yellow")
len=screen.textinput("提示框","请输入爱心大小")
lovesize=int(len)
lovesize=len=screen.textinput("提示框","请输入爱心大小")int(len)
pen1.penup()
pen1.goto(100,0)
pen1.write("你好呀!\n我是谭博文",font=("times",30,"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