//Practice HW #2 Jan 25 //Stacy Aparicio rect( 10, 15, 84, 76 ); fill( 0, 35, 97 ); ellipse( 90, 100, 60, 16 ); size( 350, 350 ); background( 0, 0 , 0 ); fill( 60, 98, 30 ); rect( 90, 30, 65, 90 ); strokeWeight( 15 ); stroke( 160, 100, 250 ); fill( 50, 100, 57 ); rect( 200, 25, 740, 160 ); fill( 255, 0, 0 ); ellipse( 360, 100, 500, 100 ); rect( 0, 159, 100, 60 ); stroke( 18, 50, 30 ); line( 260, 400, 77, 205 );