Commit 5d500597 by BellCodeEditor

save project

parent a7e392b4
Showing with 9 additions and 0 deletions
import turtle
screen=turtle.Screen()
len=screen.textinput("爱心大小","请输入爱心大小")
print(type(len))
lovesize=float(len)
print(lovesize,type(lovesize))
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