Commit 4d11517d by BellCodeEditor

auto save

parent 51a017dc
Showing with 2 additions and 1 deletions
......@@ -2,7 +2,8 @@
len=60
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你想要多大的爱心:")
len=screen.textinput("姓名框","你想要多大的爱心:")
int(len)
screen=turtle.Screen()
screen.bgcolor("yellow")
pen=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