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 !!
nice
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
when you use if nums
python check if the list at least have one element and return true
if list is empty python return false so automatically the if block is not excuted
God is in the little details...
likewise...
I've been playing with coordinates while we just needed to compare counts of directions...
Well it was fun anyway, thanks!
Thanks; I learned a new function and new method!
very noice
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.
No need to be, every solution (unless it's absolute garbage like you YandereDev style developer) is alright tbh
you can sort strings... of course...
I feel dump
i did something similar to that with a dict and exiting as soon as the value(number of appearance) of a key(letter) is more than 1.
This comment is hidden because it contains spoiler information about the solution
Loading more items...