https://www.codewars.com/kata/58d4785a2285e7795c00013b/train/python Codewars - Achieve mastery through coding practice and developer mentorship A coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages! www.codewars.com def to_twos_complement(binary, bits): return int(binary.replace(' ', ''..