Question: Attached is problem, expected output, and current code I have. My problem is that I don't know how to make it show False when divisor
Attached is problem, expected output, and current code I have. My problem is that I don't know how to make it show "False" when divisor is please help.
Here assignment guidelines:
This program builds on A and assumes that you have passed all of the tests for that program.
Begin by copying the code you wrote for integeranalysis.py into the integeranalysis.py file in this workspace.
Next, write a program in solution.py that does the following:
Import your integeranalysis.py module
Ask the user for two integers. Ensure that the second integer is greater than the first
Examine all integers in this range and construct a chart identifying the characteristics of each integer using your functions.
You will need to use your function for this, along with some additional Python code,
You MUST use your functions to solve this problem. If you don't, you will not earn credit for a large portion of this assignment.
Here are a few sample runs of the program. User input is underlined to distinguish it from the rest of the program, but you do not need to worry about including these underlines in your program. Ensure that your program is formatted the same way. You can always assume that the values being printed in each column will fit under the supplied column heading eg you will never be given an integer greater than since that would require more space than is required under the column heading "Integer"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
