Commit 0f04a3a0 by BellCodeEditor

save project

parent 0961f36e
Showing with 2 additions and 2 deletions
......@@ -2,9 +2,9 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.write("你好诺依",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
......
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