Commit ef7fea81 by BellCodeEditor

save project

parent dfed9e08
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ screen.bgcolor("yellow")
p=turtle.Pen()
p.penup()#抬笔
p.goto(100,-100)
p.write("你好,SB\n 我是你爸爸",font=("Times",28,"normal"))
p.write("你好\n 我是你爸爸",font=("Times",28,"normal"))
p.hideturtle()
p1=turtle.Pen()
p1.pencolor("red")
......
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