Ad
  • Custom User Avatar

    The problem, in python language, is when you run code against second set of tests. In first assertions, method is called "countBits". In later tests, there is an error that solution cannot import count_bits. So, all you need to do is to rename function from countBits to count_bits, and everything will work. Altough, this should not be done manually, I think this should be fixed by the author.