Commit 312c3e8f by BellCodeEditor

auto save

parent 0001973b
Showing with 2 additions and 1 deletions
...@@ -4,7 +4,8 @@ screen=turtle.Screen() ...@@ -4,7 +4,8 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
len=screen.textinput("100","100") len=screen.textinput("100","100")
len=int(len) len=int(len)
?
len=60 len=60
pen.penup() pen.penup()
pen.goto(-146,0) pen.goto(-146,0)
......
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