divisible

PythonF

Sum divisible by D

Two numbers A and B are passed as input. The program must print yes if the sum of these two numbers A and B is divisible by a third number D.…