Modify a text file: $/x124.rashid.pde
$/x124.rashid.pde
//Draw another circle size(400,400); background(0); stroke(255,149,202); fill(0,149,255); ellipse(150,150,170,170); //Draw rectangle fill(0,255,0); rect(125,240,125,240);