background(255,0,0);
size(400,400);
stroke(0,0,0);
fill(0,0,0);
ellipse(200,50,60,80);
stroke(100,100,100);
fill(100,100,100);
rect(180,40,40,15);
stroke(0,0,0);
fill(0,0,0);
rect(190,45,5,5);
stroke(0,0,0);
fill(0,0,0);
rect(210,45,5,5);
stroke(0,0,0);
fill(0,0,0);
rect(150,80,100,40);
stroke(0,0,0);
fill(0,0,0);
rect(100,80,50,25);
stroke(0,0,0);
fill(0,0,0);
rect(100,40,20,40);
stroke(200,200,200);
fill(200,200,200);
rect(100,30,30,10);
stroke(200,200,200);
fill(200,200,200);
rect(120,25,10,5);
stroke(255,255,255);
fill(255,255,255);
rect(130,35,160,5);
stroke(0,0,0);
fill(0,0,0);
quad(110,40,130,40,160,80,135,80);
stroke(0,0,0);
fill(0,0,0);
quad(170,120,250,120,220,180,170,180);
rect(170,185,50,15);
stroke(0,0,0);
fill(0,0,0);
quad(170,205,220,205,210,350,180,350);