def Mult(a,b): r = a%b if r==0: print("a est un ... de b") else: print("...")