I built a coding tutor that won't let me cheat my way through it. Here's the prompt.
Color quantization is the process of reducing the number of distinct colors used in an image while preserving its visual appearance as much as possible. This technique is widely used in image ...
# screen.fill on line 26 is used to give the screen color. # BG_COLOR on line 16 is a tuple variable contaning RGB values. # Task 1: Change BG_COLOR color on line 16 with value (255, 255, 255).