Commit 0115289e by BellCodeEditor

save project

parent 82461521
Showing with 5 additions and 1 deletions
...@@ -5,7 +5,11 @@ screen.bgcolor("light blue") ...@@ -5,7 +5,11 @@ screen.bgcolor("light blue")
len=screen.textinput("100","100") len=screen.textinput("100","100")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("诺依,\nturtle真好玩,\n我会在画布上写字啦!",font=('times',30,'normal')) pen.penup()
pen.goto(100,-100)
pen.write("诺依,\nturtle真好玩,\n我会在画布上写字啦!",font=('times',13,'normal'))
pen.goto(0,0)
pen.pendown()
pen.pensize(10) pen.pensize(10)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
......
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