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.
no
That's a great move right here! well done !!
That a very interesting solution you have provided here, really made me think more efficient
i have no idea how i sometimes manage to come up with a decent solution and execute it so terribly it would give any semi-skilled programmer an aneurysm
good answer
Thanks; I learned a new function and new method!
i knew count was a builtin function, but at the last minute i made a confusion with Counter from the Collection module, then i used a for loop to count, now im dumbfounded lol. great solution.
you can sort strings... of course...
You can do each operation per line saving each result to a variable, and ocne it works refactor to single line eliminating all variables.
Very simple and clean. Easily the best practice and I learned a lot from this.
This is a good example of why it's important for a Python, and coding, noob such as myself, to go beyond the glitter.
I want to thank all those who commented concerning runtime, etc. It's helps a noob like me to stay grounded.
Thanks ❤️
its called aliasing..
number_to_string = str
its like instructing python that str has another name as well, namely 'number_to_string'.
best practices
nice
Loading more items...