Commit 34e08ee2 by BellCodeEditor

save project

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