Commit 34e08ee2 by BellCodeEditor

save project

parent 5abbdcd1
Showing with 13 additions and 6 deletions
import turtle
P=turtle.Pen()
P.write("傻逼\n我是你爹",font=("Times",20,"normal"))
P.forward(100)
P.left(10)
P.forward(100)
P.hideturtle()
# P=turtle.Pen()
p=turtle.Pen()
# P.write("傻逼\n我是你爹",font=("Times",20,"normal"))
p.pensize(10)
p.pencolor("red")
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.forward(100)
# P.hideturtle()
turtle.done()
\ No newline at end of file
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