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.
I also was not able to complete this kata. The sample test kept returning:
"Expected an error on plus_one("pineapple"): ['Please enter a number: ', ''] should equal ['Please enter a number: ', 'PASSED::Test Passed']"
I think there is an issue with this kata. No matter what I do, there is an extra blank line of output ('') before "PASSED::" or "FAILED::".
Thank you! I was really beating my head against the wall on this one. Before changing these test statements, the program kept printing a value of "None". When I changed it to what you suggested though it worked.