I have built code for a soduko board the progression has


Python - Soduko Board Modifications

Looking to get back two modified .py files that meet the missing requirements.

I have built code for a soduko board. The progression has been done over 3 .py files. I'm having difficulty finishing several aspects, and need an expert to guide in finishing the programs. I have outlined these requirements in the .pdf, but here are a few notes:

1. Having difficulty adding code to check2 (add user input to board) that will change a blank space in theprinted board to the user inputed number if all the row, column, box test pass as true.

2. My check3.py code (soduko solver) does not recognize when a user input should be added to a blank space, and passes to "Cant't Add Number to Board" incorrectly. Also having a hard time adding print statement "board solved" when solved file added (though the program does end user prompt).

A few side notes:

I use Python 2.7 which has some syntax differences from 3.x (e.g. raw_input vs. input).

There are several test soduko boards included in the .zip that must work (Also in directions .pdf)

Attachment:- Lab_Modification_Directions__Files.zip

Request for Solution File

Ask an Expert for Answer!!
Python Programming: I have built code for a soduko board the progression has
Reference No:- TGS01548464

Expected delivery within 24 Hours