Commit 469a3956 by BellCodeEditor

auto save

parent faba52a2
Showing with 3 additions and 2 deletions
......@@ -8,8 +8,9 @@ pen.pencolor(color)
x=-200
y=-100
len=3
s=screen.textinput("提示","你要多大的")
len=int(s)
x,y=screen.textinput("提示","你要位置哪里的的")
len=int(x,y)
pen.speed(0)
pen.up()
pen.goto(x,y)
......
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