def plusgrandmult1(a, b): k = b // a return a * k