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.
Mine works fine for the letters but where do all the numbers come from in the random tests? Am I supposed to accept outside variables as the array to edit or? How am I supposed to do this
when I run the example tests I pass but with the actual tests my code always times out and im not sure why since it prints technically the correct answers if I use print instead of return (but of course it doesnt accept printed answers) but when using return it just times out for some reason.