from turtle import* def fcoca(): color('grey') begin_fill() up() backward(50) down() forward(100) circle(5,90) left(90) forward(110) left(90) circle(5,90) end_fill() up() backward(5) left(90) forward(6) down() color('red') begin_fill() forward(180) right(90) forward(110) right(90) forward(180) right(90) forward(110) end_fill() up() right(90) forward(181) right(90) forward(110) left(90) down() color('grey') begin_fill() circle(5,90) forward(100) circle(5,90) left(90) forward(110) end_fill() up() backward(50) left(90) forward(5) down() color('black') forward(70) right(90) forward(10) right(90) forward(70) up() right(90) forward(45) left(90) forward(150) down() color('white') width(5) circle(30,180) up() forward(52) left(90) forward(55) left(90) forward(26) down() circle(25,360) up() backward(62) down() circle(30,180) up() forward(8) left(90) forward(5) right(90) down() left(70) forward(60) right(140) forward(60) backward(25) right(110) forward(20)