Question: I am learning Python and this is my lab question. We are using Python 3.6.Please upload a photo of the answer from the Python Write

I am learning Python and this is my lab question. We are using Python 3.6.Please upload a photo of the answer from the Python
Write a program that inputs a lower bound and upper bound from the user and finds and displays the number and average of all numbers between the lower and upper bound (inclusive) that are divisible by 7, but that are not a multiple of 5. Your program should validate that the lower bound is less than the upper bound. 2. Sample Run 1: Enter lower bound: 3000 Enter upper bound: 2000 Invalid range Sample Run 2: Enter lower bound: 2000 Enter upper bound: 3500 172 values are divisible by 7 but not 5 between 2000 and 3500 inclusive Average Value: 2747.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
