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}
This comment is hidden because it contains spoiler information about the solution
Specify the language, print the input and copy-paste the log (the meaningful part of it).
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?
Bro you can't just tell us there is a problem and not give us any information to work with.
Language? Input? Error log?