//My zero program__practice //Evelyn Levine CST 112 size(500,500); //make screen bigger line(20,30,40,110); line( 50,50, 70,80 ); //draw some shapes triangle(120,40,20,120,40,20); rect(60,50,60,50); ellipse(40,40,40,40); fill(255,0,0); text("Hello, world and all who inhabit it",10,10);