Question: Problem 2a: Write a function named isDivisible that takes two parameters 1. maxInt, an integer 2. twoInts, a tuple of two integers The function isDivisible

Problem 2a: Write a function named isDivisible that takes two parameters 1. maxInt, an integer 2. twoInts, a tuple of two integers The function isDivisible should create and return a list of all the int's in the range from 0 to maxInt (not including maxInt) that are divisible of both int's in twoInts.

Problem 2b. Create three test cases, each consisting of a value for maxInt and a value for twoInts, for your function in Problem 2a. One of these tests should return the empty list. For each test case write two assignment statements and a function call that pass the test arguments to your function.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!