logo CodeStepByStep logo

is_multiple

Language/Type: Python parameters boolean return
Author: Mariana Stepp (on 2017/07/08)

Write a function named is_multiple that accepts two non-negative parameters a and b, and returns True if a is a multiple of b, and False otherwise. For example, the call of is_multiple(15, 5) would return True because 15 = 5 * 3. You may assume that a and b are non-negative integers and that b is not 0.

Function: Write a Python function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.