Commit fffcab4a by BellCodeEditor

save project

parent 07ee194b
Showing with 2 additions and 2 deletions
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
#导入模块 #导入模块
import turtle import turtle
#创建画笔 #创建画笔
pen=turtle.Pen pen=turtle.Pen()
#开始写字 #开始写字
pen.write("诺依你全家都死了,\n因为你秀恩爱,\n你以为我没有女朋友吗?\n其实我有女朋友!",font=("Time",50,"Normal")) pen.write("诺依你全家都死了,\n因为你秀恩爱,\n你以为我没有女朋友吗?\n其实我有女朋友!",font=("time",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