Commit 4e2e5174 by BellCodeEditor

save project

parent 00c88764
Showing with 7 additions and 4 deletions
import turtle
# P=turtle.Pen()
# P.write("吾问无为谓......\n吾问无为谓......\n",font=("Times",40,"normal"))
# P.hideturtle()
# turtle.done()
P=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
P.penup()
P.goto(-100,-144)
P.write("吾问无为谓......\n吾问无为谓......\n",font=("Times",20,"normal"))
P.hideturtle()
p1=turtle.Pen()
p1.pensize(10)
p1.pencolor("white")
......
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