Commit 2e7bcf21 by BellCodeEditor

save project

parent e5daec33
Showing with 2 additions and 2 deletions
......@@ -3,9 +3,9 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("100","100")
len=int(len)
len=int(114514)
pen=turtle.Pen()
pen.write("hello\n挪已.",font=("Times",30,"normal"))
pen.write("hello\n牢大.",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
......
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