Challenge 1: Sudoku
Explore how to create and manipulate a 9 by 9 Sudoku grid in Python, focusing on initializing the grid and writing an assign function that updates a single cell without affecting others. This lesson helps you understand list and grid operations critical for Python programmers.
We'll cover the following...
We'll cover the following...
Let’s get on with the first coding challenge.
Problem statement
The problem has two tasks:
- First, you must initialize a