Commit 2385f8b8 by BellCodeEditor

auto save

parent e91f09fb
Showing with 1 additions and 4 deletions
......@@ -2,10 +2,7 @@
import turtle
screen=turtle.screen()
screen.bgcolor("light blue")
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好\nSB.",font=("Times",30,"normal"))
pen.hideturtle()
......
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