📜  获取数字的下一个倍数 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:28.328000             🧑  作者: Mango

代码示例1
# n integer to chech
# a = multipole

# find the near a-multipole to n
n + (a - n % a)