Modify a text file: $/x129rashid.pde
$/x129rashid.pde
//Draw circle size(400,400); background(0); stroke(0); fill(#939390); ellipse(50,50,70,70); //Draw rectangle fill(0,255,0); rect(77,62,133,123); //Draw a square fill(#7E3232); square(175,175,175);