To pass the CodeHS autograder, you can't just print the numbers; you must actually values to a 2D list using nested for-loops.
remain all zeros, as these represent the empty "no-man's land" in the middle of a checkers game. 9.1.6 checkerboard v1 codehs
: Inside the loops, use an if-else statement or a simple calculation to assign the value based on the parity of the sum of the indices. To pass the CodeHS autograder, you can't just
// 2. Determine color based on row + col sum if((row + col) % 2 == 0) To pass the CodeHS autograder