void setup(){ size(500,500); background(255);}void draw(){ fill(124); stroke(0); rect(228,170,50,100); fill(255); stroke(0); ellipse(250,100,150,150);
fill(0); stroke(0); ellipse(205,100,50,90); fill(0); stroke(0); ellipse(295,100,50,90); stroke(0); line(228,268,190,300); line(278,268,300,300);}