len(colours) == 150, "Not enough colours" for i in range(1, 151): bitmap.circle(x0=(WIDTH//2), y0=(HEIGHT//2), radius=i, colour=colours[i-1]) bitmap.xpm()...
DescriptionConcentric circles drawn with Bresenham's circle algorithm (all black) 01.png English: The midpoint circle algorithm, also known as Bresenham's circle...