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.
Fair. Thanks 🤝
hobovsky
I give any working hint I have. If people don't like the hint, they downvote my comment. After completing the task using poor performance hint, they can improve their solutions analyzing other people's solutions, therefore improving their code performance.
Chrono79
So can I do that? I understand that there is no need, but is it restricted? Considering I give vague hints, not detailed, for general direction where to move, for new learners.
This comment is hidden because it contains spoiler information about the solution
Python. Hint: you can use a list to store the needed data.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Python. Hint for you: data type str can be used in loops, for example, with 'for'. Then, when you iterate, proceed processing your data.
Python. If you are struggling, here are 2 hints for you:
First: learn about module 're' (regular expressions) and what it can do (5-10 minutes to learn), for example, on W3S website.
Second: a list can help you with completeing this task.
Be sure you added to your code: "return" the needed value.
(Maybe it's the case. Python(maybe other languages as well).)
Also you could rename the function (or key component), which is called by codewars during test, which leads to time out.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution