Commit f5c47788 by BellCodeEditor

save project

parent 41df2239
Showing with 6 additions and 0 deletions
...@@ -18,3 +18,8 @@ pen2.forward(100) ...@@ -18,3 +18,8 @@ pen2.forward(100)
turtle.done turtle.done
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
len=screen.textinput("提示","你想要多大的爱心?")
lovesize=int(len)
lovesize=float(len)
a=input("请输入数字:")
print(int(a)+5)
\ No newline at end of file
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