Commit 81e4d7b3 by BellCodeEditor

auto save

parent 8a39f46b
Showing with 2 additions and 2 deletions
...@@ -4,6 +4,7 @@ screen=turtle.Screen() ...@@ -4,6 +4,7 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
len=screen.textinput("100","100") len=screen.textinput("100","100")
goto()
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("你好\n诺依我会用贝尔编辑器,编辑编程了.",font=("Times",30,"normal")) pen.write("你好\n诺依我会用贝尔编辑器,编辑编程了.",font=("Times",30,"normal"))
...@@ -14,4 +15,4 @@ pen.circle(100,180) ...@@ -14,4 +15,4 @@ pen.circle(100,180)
pen.right(90) pen.right(90)
pen.circle(100,180) pen.circle(100,180)
pen.forward(200) pen.forward(200)
turtle.done() turtle.done()
\ 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