//// _29cst112/x0a //// bam:2022/6/7 float x=50, y=20; // coordinates (x,y) ellipse( x,y, 20,30 ); // head rect( x-20, y+15, 40, 60); // body fill(0); text( "bam", x-15, y+32 );