write a short python function, is multiple(n, m), that takes two integer values and returns true if n is a multiple of m, that is, n = mi for some integer i, and false otherwise.