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.
Read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
I do not understand this error I keep getting. Literally my answers are the excat same as the sample test cases and I continue to recieve this message. I wold appreciate it if someone knows how to fix this.
Basic Test Cases
Log
odd
None should equal 'odd'
Log
even
None should equal 'even'
Log
even
python?
can anyone help me figure out how to add '&' and ',' between the names and at the end.
ohh okay I am new to this and I didn't know
Hi Mawi23, you should know it is forbidden to post your solution, anyone can see it on the dashboard. I have added the spoiler tag.
This comment is hidden because it contains spoiler information about the solution
how did you guys do this problem because I keep getting stuck
Okay that worked but I still get an error that says "None should equal -1"
nevermind i solved it
Last bullet point in this paragraph of FAQ probably describes your problem : https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#expected-the-same
https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#when-i-print-my-answer-it-looks-exactly-the-same-as-the-expected-output-yet-tests-fail
Return instead of printing the result.
This comment is hidden because it contains spoiler information about the solution