var x; function setup(){ createCanvas(500,500); textSize(30); x=10; strokeWeight(10); } Function draw(){ backgroud('yellow'); fill(0,255,255); ellipse(200,100,100,100); fill(255,255,0; stroke(255,0,0); ellipse(150,175,100,200); line(200,150,200,300); line(150,175,250,175); line(200.300,175,400); line(200,300,225,400); }