We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
defgetTotalX(a,b):# Write your code herex=math.lcm(*a)y=math.gcd(*b)count=0increment=1whileTrue:divider=x*incrementify%divider==0:count+=1ify<divider:breakincrement+=1returncount
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Between Two Sets
You are viewing a single comment's thread. Return to all comments →