please format code with </> button * homework policy * asking questions
quiero que el circulo interior y el loop tengan color
fill…
ellipse(…
is the right order
fill is for the inside
stroke is for the outside ring
Both must be before ellipse (each ellipse)
noFill() and noStroke end them
Please post your code as text, not as an image