import turtle turtle.screen() turtle.screenSize(2200,150,"coral") turtle.dot(10,"Blue") turtle.circle(50) turtle.pencolor("Blue") turtle.circle(-50)