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.
It's no use to post duplicate suggestions. Old suggestions don't disappear and are easy to find out.
I've posted the Python translation of this kata 8 months ago. Could it plz be checked and approved/rejected?
That
concat
is a String methodYour code is not properly formatted so it's not easy to see, but you are creating an array (
concat
is an array prototype). Please have a look at the documentation (see left panel).This is not a kata issue.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Fantastic challenge!
Python translation kumited. Please check and approve, thank you!
Python Translation
haha! I'm super beginner and have to say... I'm absolutely clueless here, apart from using loops but these are forbidden here.
Same here, would be helpful to have it explicitly stated in the directions just to save some time
I tried a solution with the incriment ++ operator (and no addition + operator) but it was rejected for using a +. So, apparently ++ isn't allowed either.
In
Preloaded
. Fork a solution and you can see it.How did you define "usercode" in your tests to check the solution for the symbols and function?
Using other ways would make this kata at most a high
7kyu
, so I had to kill them ;-)Loading more items...