from Processing import * size(500, 500) stroke(128) strokeWeight(10) fill(255) background(24) ellipse(250, 250, 225, 225) get()