void setup() { size(640,480); } void draw() { strokeWeight(4); for (int x = 0; x <= 6; x++) ellipse(53+x * 106.7,240,106.7,106.7); }