916 Checkerboard V1 Codehs Fixed Now

Before you submit your code to the CodeHS autograder, double-check these final points:

Here's the fixed code for the 916 Checkerboard V1 problem on CodeHS: 916 checkerboard v1 codehs fixed

: This often happens if you create the grid rows already containing board.append([1]*8) ). CodeHS usually requires you to initialize a grid of all s first, then use a nested for loop assignment statement grid[r][c] = 1 ) to change specific values. Nested Loop Error : Ensure your print_board Before you submit your code to the CodeHS