You are viewing a single comment's thread. Return to all comments →
my solution: def restaurant(l, b): return int((l/math.gcd(l,b))*(b/math.gcd(l,b)))
Seems like cookies are disabled on this browser, please enable them to open this website
Restaurant
You are viewing a single comment's thread. Return to all comments →
my solution: def restaurant(l, b): return int((l/math.gcd(l,b))*(b/math.gcd(l,b)))