Ad
  • Custom User Avatar

    Okay, I just swapped my loop logic and fixed my issue. Thanks

  • Custom User Avatar

    Python 3.8

    So where in the instructions does it mention that the order of the returned list matters?
    I have the correct output on all returned list for all test but im failling one test due to the order of the returned list.

    ['aabb', 'abab', 'baab', 'baba', 'bbaa'] should equal ['aabb', 'bbaa', 'abab', 'baba', 'baab']

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    what errors are you getting.
    Also I know its implied by looking at the syntac of your code but always include the language in your write up.

  • Custom User Avatar

    Thank you for pointing me to the git page. I see this issue has been discussed now for man years. Hss there been any protypes or newer versions impimented in this time frame?

  • Custom User Avatar

    Does any of the Mods(or whoever makes decisions) read these? There is alot of feed back for the upvote system and nothing has been changed.

  • Custom User Avatar

    I agree with alot of the other indiviuals in this discussion on the point that there is way to many upvotes for hard to read, hard to maintain and hard to understand one line code solutions. Just because you can do it in one line using lambda or list comperhension does not always make it the best practice, cleaver maybe but definitely not always the best practice. This is teaching new individuals like myself the wrong way to code. If you submit some of these solutions to a company in real life you are liable to be laughed out of the room. My suggestion is to remove the upvote capabilty from individuals until they reach a level of 5 or 4 and hopfully by then the will understand the difference in cleaver and best practice.

    Maybe have to submission for each kata, one for best practice and one for cleaver.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    So is the space at the end of my string an issue or am I missing something here?

    '20 8 5 19 21 14 19 5 20 19 5 20 19 1 20 20 23 5 12 22 5 15 3 12 15 3 11 ' should equal '20 8 5 19 21 14 19 5 20 19 5 20 19 1 20 20 23 5 12 22 5 15 3 12 15 3 11'

    I have aspace after the last 11 in the string and im getting failed for it. Do i Need to correct this or is this a flaw in the testing?

  • Custom User Avatar

    Thank you

  • Custom User Avatar

    Still working trying to figure out the algorithm! LOL I know its something simple that I'm missing.
    Someone point me in the correct direction, No answer's just a hint.

  • Custom User Avatar

    Thank you for the quick reply and fix

  • Custom User Avatar

    disregard, i think you fixed it

  • Custom User Avatar

    this is what i get on another one now. If its me plese let me know.

    [407.66666666666663, 388.3333333333333, 328.6666666666667, 324.0, 392.0] should equal [407.6666666666667, 388.3333333333333, 328.6666666666667, 324.0, 392.0]

  • Custom User Avatar

    Why am I getting dinged for not having enouch decimal places and rounding in my answer?

    [212.0, 226.33333333333331, 240.99999999999997, 236.33333333333334, 173.66666666666666] should equal [212.0, 226.33333333333334, 241.0, 236.33333333333334, 173.66666666666666]

  • Loading more items...