Commit 00c88764 by BellCodeEditor

save project

parent ed771ef5
Showing with 13 additions and 3 deletions
import turtle
P=turtle.Pen()
P.write("吾问无为谓......\n吾问无为谓......\n",font=("Times",40,"normal"))
P.hideturtle()
# P=turtle.Pen()
# P.write("吾问无为谓......\n吾问无为谓......\n",font=("Times",40,"normal"))
# P.hideturtle()
# turtle.done()
p1=turtle.Pen()
p1.pensize(10)
p1.pencolor("white")
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
turtle.done()
......
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