The CodeHS 9.1.6 Checkerboard v1 exercise requires students to create an
while row_count > 0: # Column Counter col_count = 8 916 checkerboard v1 codehs fixed
Use (row + col) % 2 === 0 to determine color. The CodeHS 9
t.goto(current_x + (j + 1) * SIZE, current_y - i * SIZE):