美团|用python画领英Linkedin的logo图形( 二 )


def draw(xy):
t.up()
t.goto(xy)
t.down()
t.color(\"white\")
t.begin_fill()
for i in range(2):
t.lt(90)
t.fd(150)
t.lt(90)
t.fd(50)
t.end_fill()
draw(-70-60)
t.up()
t.goto(-90110)
t.down()
t.color(\"white\")
t.begin_fill()
t.circle(30)
t.end_fill()
draw(20-60)
t.up()
t.goto(060)
t.down()
t.begin_fill()
t.circle(4545)
for i in range(120):
t.fd(1)
t.rt(1)
t.rt(15)
t.fd(110)
t.rt(90)
t.fd(50)
t.rt(90)
t.fd(70)
t.circle(35135)
t.rt(135)
t.fd(30)
t.end_fill()
t.ht()
t.done()