Ad
  • Default User Avatar

    The tests are passing the 'base'-list as a reference to your function, which means that the 'base'-list will be modified if your function doesn't copy it before usage.

  • Default User Avatar

    Testing in Python 3.8 gives "NameError: name 'Test' is not defined" whereas Python 3.6 works fine

  • Default User Avatar

    The tests are trash and are not consistent at all. For example, 101 is "I", 1001 is "EE", 100001 is "EE", and then all of a sudden 10000001 is "E E"...