createCanvas(500,500);
background(0);
noStroke();
fill(255);
for(let i=0; i<5; i++){ circle(50+i*100,250,100); }
circle(50+i*100,250,100);
}