println("Yael,prompt: A desperate animal");



size(500,700);
background(255,20,147);


println("head");
strokeWeight(4);
fill(160,255,140);
ellipse(200,200,90,90);
ellipseMode(CENTER);

println("water bowl");
strokeWeight(9);
fill(202,225,255);
arc(250, 450, 350, 280, 0, PI+QUARTER_PI, CHORD);

println("face");
strokeWeight(3);
point(180,190);
point(220,190);
strokeWeight(4);
point(200,200);
fill(230,0,0);
strokeWeight(2);
ellipse(200,220,25,20);
noFill();
ellipse(180,190,20,20);
ellipse(220,190,20,20);

println("ears");
fill(0,0,0);
strokeWeight(0);
ellipse(300,275,200,100);
fill(160,255,140);
ellipse(300,275,110,55);
fill(230,130,90);

println("tail");
stroke(0,0,0);
strokeWeight(8);
line(398,260,470,210);

println("ears");
fill(0,0,0);
strokeWeight(8);
triangle(160, 180, 150, 155, 180, 160);
triangle(230, 165, 200, 155, 220, 140);


println("legs");
stroke(0,0,0);
strokeWeight(8);
line(390,400,360,315);
print("leg2");
stroke(0,0,0);
strokeWeight(8);
line(200,400,230,310);

println("wind");
stroke(0,0,255);
strokeWeight(4);
line(100,100,120,120);
line(130,120,100,85);
line(120,70,170,130);