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.
Added in the description.
I think that this should be indicated in kata describtion. Also, "latin letter" suits here better than "plaintext letter"
The description says:
Here plaintext letters are from 'a' to 'z' or from 'A' to 'Z'.
Moreover you have passed the Python kata!
Thanks, i'll have a look.
I would recommend reading about character encodings
https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/
https://utf8everywhere.org
Thank you @JonColman94 for the explanation.
I agree with your sentiments, there is an upside to this case being the top solution though. Individuals learning python who read through the comments now understand that writing the most succint code that works doesn't always mean that it is the most efficient.
i like the approach
Anyone else having issues with accents? example: è. if you have any advice please share
I like this solution, it is noob friendly but i don't get the use of string.letters.
great solution
The author should re-evaluate the solution. The solution implies that the increment of depreciation affects the previous month, which seems to contradict the instructions issued. As many have stated, the guidelines should be made clear.
Neat!
This is well written easy to understand code. Thanks mate
Good point mate, definitely didn't think of that.
Loading more items...