Commit 82461521 by BellCodeEditor

save project

parent 90fc1290
Showing with 9 additions and 0 deletions
......@@ -6,4 +6,13 @@ len=screen.textinput("100","100")
len=int(len)
pen=turtle.Pen()
pen.write("诺依,\nturtle真好玩,\n我会在画布上写字啦!",font=('times',30,'normal'))
pen.pensize(10)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.hideturtle()
turtle.done()
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