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.
Thanks
Yo, this is a badass answer. Well done.
Your formatted exception is cool, but the logic wouldn't make sense for negative numbers.
Something like -> raise Exception("insert list index {} is invalid".format(index)) would though!
you're a wild one
really nice solution
this wall of code is atrocious! hahaha
You are right my friend, not sure why i didnt copy to a variable. Thanks for the heads up!
Nice use of list comprehensions! A unique answer
I like your use of space delineation!
alphabet could be replaced by the use of char.isalpha()!
I prefer answers like this over the regex imports, more creative imo