Commit 4e2e5174 by BellCodeEditor

save project

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