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.
as a beginner myself, i rlly reccomend to try easy challenges, but challenge yourself to write as little code as possible, but also make it compact and nice. this, while works, is really an "over-do", as a simple
return " ".join(s.replace(" ", "").upper())
would do, since it returns and creates the text on the same line. also looks compact and clean.
again, just a suggestion
theres more comments here than actual code lol
but helpful