Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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}
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.
Java Translation. Please review
Specify the language, print the input and copy-paste the log (the meaningful part of it).
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! ;-)
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?
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.
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.
Bro you can't just tell us there is a problem and not give us any information to work with.
Done!
Random tests added
Language? Input? Error log?
Im confused as to why I get an exit code error if I return the dictionary and its correct key value pairs?