• + 0 comments

    my solution: def restaurant(l, b): return int((l/math.gcd(l,b))*(b/math.gcd(l,b)))