For this assignment, you will use Python and Visual Studio Code to create a comp
For this assignment, you will use Python and Visual Studio Code to create a computer program. Submit this Python program script file (file extension is py). Using the information provided in the course up to this point, you will use a generate-and-test program that systematically generates solutions to a problem. Then you will use a sequence of tests to determine if the solution is valid. Sometimes this type of programming incorporates random numbers or probability to get to the solution, but quite often, it is more efficient to use a systematic approach.
