Commit 7d4b028a by BellCodeEditor

save project

parent bb273a26
Showing with 4 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
p=turtle.Pen()
p1=turtle.Pen()
p.penup()
p.goto(100,-100)
p.write("我是你爹\n 你是吾儿\n 叫爹\n 爹赶时间 ",font=("Times",18,"normal"))
p1.color("red")
p1.pensize(5)
......
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