# 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).