Commit 469a3956 by BellCodeEditor

auto save

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