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.
I'm not the strongest coder. Been on and off with python for a while now, and lately I've been more
dedicated to learn. This Kata was extremely hard for me, definitely stretched my limits, I can't even believe I solved it. It's borderline spaghetti code, but I learned a lot doing this, I look forward to cleanining up the code for clarity.
I will be looking at solutions to learn from, just wondering if others had a tough time with this as well and where they got stuck for extended periods and how they overcame it.... ok blab over just got a rush from this and am excited to discuss.
took me minute to figure out. Holy snikees. Love this solution.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Nice work. Any idea if there is a way I can save solutions I like and want to learn from?
(sorry for the newb question but I couldn't find anything in the wiki).
I get what is going on here. It's very clear. I have a question though, this looks very similar to a list comprehension but it's not in brackets, in is run with in the .join() what is this called I'd like to study/see more examples of this. Or am I over thinking it? I just didn't think you could pack that much logic in to a call. Am I overthinking it?
Nice solution btw!
you probably know this but you can start enumerate at any int... for y,x in enumerate(num, start = 1)
might make code a bit neater, by removing the minus 1, in the (len(num) - y-1) portion of your code.
I'm having a blast with codewars. To think two weeks ago I wouldn't even know where to begin with this kata. While I feel accomplished for being able to complete this I would love some feedback on my code, suggestions etc, or any suggestions on improving would be greatly appreciated.
I admit, maths is a weakness of mine. Do you know of any good kata-collections and or training websites, that are similar to this challenge, but for a beginner?
thanks for exploding my brain this morning. I'll collect the pieces and study this =) appreciate the help.
This comment is hidden because it contains spoiler information about the solution
The force is strong with this one. Seeing great solutions like this is what makes codewars so addictive!
what voodoo is this?
This comment is hidden because it contains spoiler information about the solution
I was on a roll until today. This one wore me done and I gave up =( gonna hope I can give it another shot on practice&repeat.
took me a minute, but VERY COOL use of len(names)-2 as the arg in .replace!
Loading more items...