Question: Week 06 Python Programming Create a list of valid entries and the correct results for each set of entries. Then, make sure that the results
Week 06 Python Programming
Create a list of valid entries and the correct results for each set of entries. Then, make sure that the results are correct when you test with these entries. Create a list of invalid entries. These should include entries that test the limits of the allowable values. Then, handle the invalid integers (such as negative integers and unreasonably large integers). In addition, make sure the user cant enter data that doesnt make sense (such as a player having more hits than at bats).
Dont attempt to handle invalid entries that cause exceptions, such as the user entering a string like x for an integer value. You can do that after you read chapter 8.
Also: whenever needed please provide screenshots of your debugging. Thorough Test Plan also would be a BIG plus.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
