Ad
  • Custom User Avatar

    Thanks for the pations guys, I've understood my mistake, cheers! :)

  • Custom User Avatar

    'CODE' is your output not the input...
    When you fail a test in codewars, you get a message like 'x' should equal 'y'. It means 'x' was your output, and it should have been (for the test to pass) 'y'. If you want to get the test input, simply do:

    print(s)
    

    See here for more help. Also Issues are for problems with the kata not problems with your solution. If you have trouble in the future, you should use the question label.

  • Custom User Avatar

    so in 'CODE' the number of upper would be 4 and the number of lower would be 0, why convert all string to loweR?
    sorry i don't undertand

  • Default User Avatar

    1600 correct Python solutions. The description says something about equal numbers of upper and lower case.

  • Custom User Avatar

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

  • Custom User Avatar

    Tests for Python are broken, I'm getting:
    'CODE' should equal 'code' error,
    but it's not according to "make as few changes as possible" rule of the Kata, so 5 tests out of 100 are broken and I'm not let throug :(