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.
Your code is wrong, the max length of a username per the specs is 16.
Edit: I have added a fixed test to make this requirement more clear.
This comment is hidden because it contains spoiler information about the solution
The
ISSUE
label is for provable kata issues. Use theQUESTION
label to ask questions instead. See https://docs.codewars.com/training/troubleshooting/#post-discourse.Which one seems longest to you?
Not a kata issue.
Everytest passed exclude one:
testing(longest_consec(["wlwsasphmxax","owiaxujylentrklctozmymu","wpgozvxxiu"], 2), "wlwsasphmxxowiaxujylentrklctozmymu")
'owiaxujylentrklctozmymuwpgozvxxiu' should equal 'wlwsasphmxxowiaxujylentrklctozmymu'
i dont know why is it expecting to start from 1st word? its long for 12, and secound (the longest) have 23.
This comment is hidden because it contains spoiler information about the solution