Commit bba67971 by BellCodeEditor

save project

parent dc142a1e
Showing with 3 additions and 2 deletions
# /========
\ No newline at end of file
......@@ -3,9 +3,8 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("你好.",font=("Times",80,"normal"))
pen.write("你好Esc",font=("Times",80,"normal"))
pen.hideturtle()
pen.penup()
pen.goto(100,100)
......
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