Commit 79cba5f2 by BellCodeEditor

save project

parent 0ff65310
Showing with 9 additions and 4 deletions
...@@ -2,10 +2,15 @@ ...@@ -2,10 +2,15 @@
import turtle #导入turtle模块 import turtle #导入turtle模块
A=turtle.Pen() #新建画笔 s=turtle.Screen()
A.write,font=("STKA s.bgcolor("gray")
A.hideturtle() #隐藏画笔
turtle.done() #保持画布
A=turtle.Pen()
A.penup() #新建画笔
A.goto(20,-200)
A.write("静夜思\n床前明月光\n疑是地上霜\n举头望明月\n低头思故乡",font=("STKAITI",30,"normal")) #写字
A.hideturtle()#隐藏画笔#保持画布
a=turtle.Pen() a=turtle.Pen()
a.left(45) a.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