import math def min_steps(a, b): return math.ceil(b / a)