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.
Python? Use "print..." in your code.
can you pls kindly elaborate on how to print the input?
and generally how to access the test case data, if possible? couldn't find any references in the wiki, pardon me if i wasn't thorough enough.
(got the same error message)
Thanks a bunch!
normally when you search for a key that does not exist in a list you will get an error like that
This comment is hidden because it contains spoiler information about the solution
So many guys passed the kata that I don't want to change. Thanks for your posts!
Printing the input is always the thing to do:-)
This comment is hidden because it contains spoiler information about the solution
I have no clue what is going on with my code. Everything works well except that I got the Test Passed
✘ 450010 should equal -1
I'm using python. I noticed that several other people got the similar issue too.
Could you help me with this please? Thank you a lot for your time and attention.
Same here. This is very strange. I have the same problem too.
Test Results:
Basic Tests
should work for simple words (1 Passed, 0 Failed)
should work for phrases with spaces (1 Passed, 0 Failed)
should work for phrases with numbers
STDERR:
Traceback:
in
in presses
KeyError: '2'
Could anyone tell me why do I get the KeyError there? Many thanks.