import turtle as t
t.shape("turtle")
t.width(10)
t.circle(100,360)
t.width(4)
t.goto(0,220)
t.right(90)
t.fd(240)
t.up()
t.goto(-120,100)
t.down()
t.left(90)
t.fd(240)
t.up()
t.goto(0,50)
t.down()
t.circle(50,22.5)
t.up()
t.circle(50,45)
t.down()
t.circle(50,22.5)
t.circle(50,22.5)
t.up()
t.circle(50,45)
t.down()
t.circle(50,22.5)
t.circle(50,22.5)
t.up()
t.circle(50,45)
t.down()
t.circle(50,22.5)
t.circle(50,22.5)
t.up()
t.circle(50,45)
t.down()
t.circle(50,22.5)
t.up()
t.goto(0,-50)
t.down()
t.write('八倍镜', font=(None, 50))
t.done()