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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started