from turtle import *
lt(90)
width(10)
fd(200)
circle(50, 170)
width(1)
right(90)
circle(20)