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.
wow
brrrrruuuuuuuuh i went and wasted my time on mapping every single letter to a value
these types of questions convinced me to start learning number theory, mind if you tell me specifically whats this about?
loool best solution
I was amazed by the use of string formatting in the solutions, I did something similar to this guy, I never thought it was meant to be used that way so I didnt cross my mind.
I think its cheating if you used a method function, that kills the aim of this challenge.
why is sum not okay?
This comment is hidden because it contains spoiler information about the solution
Because it wouldn't be a challenge if you just got the input as an array and had to return a tuple.
This kata is about learning and using string operations. This is the learning goal. Why do you need these string operations? Imagine you write a small programm that reads an input number and squares the number. In many languages, this includes Python, you will receive a string as an input from the user. So it's important for you to know what to do if you receive a string while wanting to do some math with the input.
bruh, why is it a string this makes everything 10x harder, like even the negative sign is a string not a number.
I hate myself I literally spent 2 hours trying to solve this, thinking im smart when I finally solved it until im faced with this
loooool