Ad
  • Custom User Avatar

    This kata has possibly the most unclear desctiption I've seen. Could REALLY use some reworking.

  • Custom User Avatar

    I did the math longhand and it worked fine, but failed the third random case. The expected value was not the correct value based on doing the math long form.

    Any idea why that might be?

    problem was:
    (ball_probability([['yellow', 'green', 'yellow', 'yellow', 'yellow', 'yellow', 'green', 'green', 'blue', 'green', 'green', 'blue', 'red'], ['green', 'blue'], False]))

  • Custom User Avatar

    I am using the full character set, not using a limited method, and using random.choice to select both the type (upper, lower, or num) and the selection within that group.

    Still not working.

  • Custom User Avatar

    I believe this means that you're having too restrictive of a length of passwords - should be between 6 and 20, yours look like they are between 8 and 20.

  • Custom User Avatar

    Any idea what "Passwords use a limited characterset!" can be fixed by? My code passes all the other tests. I thought we were supposed to use a limited character set, (uppercase, lowercase, and numbers only, as per instructions)

  • Default User Avatar

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