Question: help with 2 pls! a. Write a function named isDivisible that takes two parameters 1. maxint, an integer 2. twoints, a tuple of two integers

help with 2 pls!
a. 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 ints in the range from 1 to maxInt (not including max Int) that are divisible of both ints in twoints. b. Create three test cases, each consisting of a value for maxint and a value for two Ints, 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
Get step-by-step solutions from verified subject matter experts
