// Shakib Sinha Jan 25 // My first sketch size(300,300); background (255,0,0); text( "Hello, there!!!!!!!!" , 10, 15 ); fill( 255,127,127); ellipse(70, 50, 30, 29); rect( 20,48, 30, 100 ); stroke(0,25,0); fill( 255,127,127); ellipse(70, 50, 30, 29); fill( 255,127,127); ellipse(70, 50, 30, 29); //background(0,255,0);