xxxxxxxxxx
size(500,500);
background (255, 255, 255);
smooth();
fill(255, 255, 0);
noStroke();
arc(150, 150, 300, 300, 0, 2*PI);
fill(255, 255, 255);
noStroke();
arc(150, 150, 310, 310, 0, PI/4);
fill(0, 0, 0);
noStroke();
arc(230, 100, 30, 30, 0, 2*PI);
fill(255, 255, 0);
noStroke();
arc(330, 210, 30, 30, 0, 2*PI);