rounding to nearest multiple of 5 python code example Example: find next multiple of 5 python print(math.ceil(22.6/5)*5)