Ad
  • Custom User Avatar

    edit: spelling mistake...

    I'm having the same problem, was this resolved?

    Py 3.6.0

    Exit code 1:
    {'Nickles': 0, 'Pennies': 4, 'Dimes': 0, 'Quarters': 1} should equal {'Nickels': 0, 'Pennies': 4, 'Dimes': 0, 'Quarters': 1}

  • Default User Avatar

    Im using python 3.6 and I'm returning the entrie dictionary. The only error message I get is that the responses don't match when they do. This is gyazo link that shows the output, https://gyazo.com/5ff93f8e697791642214b6eba4469922.

  • Custom User Avatar

    Java Translation. Please review

  • Custom User Avatar

    Specify the language, print the input and copy-paste the log (the meaningful part of it).

  • Custom User Avatar

    It's a pretty old kata (4 years), and many of these early katas seem to be overrated compared to the newer ones. Just take the easy points and enjoy! ;-)

  • Custom User Avatar

    Can you tell us what language and just copy and paste the error message? Are you returning the entire dictionary? Or are you trying to return each individual key/pair?

  • Custom User Avatar

    It may just be that my solution was kind of messy and basic, but I felt that the way I solved it made this Kata much easier than many level 7 Katas I have completed in the past. Perhaps it is because I used python and/or very basic, fundamental methods? I am not entirely sure, would love to hear what others thought about this.

  • Default User Avatar

    do you want me to post my code or a screenshot? I compare it to the results when I run it and they're all right. I also get an exit code error, no clue what that means.

  • Default User Avatar

    Bro you can't just tell us there is a problem and not give us any information to work with.

  • Custom User Avatar
  • Custom User Avatar

    Random tests added

  • Custom User Avatar

    Language? Input? Error log?

  • Default User Avatar

    Im confused as to why I get an exit code error if I return the dictionary and its correct key value pairs?