Commit 6c09a659 by BellCodeEditor

save project

parent 35843bf4
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ import turtle ...@@ -3,7 +3,7 @@ import turtle
#创建画笔 #创建画笔
pen=turtle.Pen() pen=turtle.Pen()
#写字 #写字
pen.write("若以,\nturtle真好用,\n我会在画布上写字啦!",font=("Times",30,"normal")) pen.write("欣颖,\nturtle真好用,\n我会在画布上写字啦!",font=("Times",20,"normal"))
#隐藏画笔 #隐藏画笔
pen.hideturtle() pen.hideturtle()
#保存画布 #保存画布
......
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