Ad
  • 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.

  • Default User Avatar

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