Commit dd8afeca by BellCodeEditor

save project

parent e49c7455
Showing with 20 additions and 4 deletions
# import turtle
# z=turtle.Pen()
# z.write("hhh,\n还1qwe",font=("Times",18,"normal"))
# z.hideturtle()
# turtle.done()
import turtle import turtle
z=turtle.Pen() q=turtle.Pen()
z.write("三龙齐聚电视台,\n吾等就为屠龙来",font=("Times",18,"normal")) q.pensize(3)
z.hideturtle() q.pencolor("red")
turtle.done() q.left(45)
q.forward(100)
q.circle(50,180)
q.right(90)
q.circle(50,180)
q.forward(100)
left(45)
left(45)
forward(100)
q.circle(50,180)
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