Commit 49faf552 by BellCodeEditor

save project

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