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.
Nice kata to practice sorting with.
"if two brands have the same popularity level then choose the one which was opened last from the two and second the other one" - formulated is not entirely clear, at least for those who do not have the best English(perceived as opposite)
This comment is hidden because it contains spoiler information about the solution
hexadecimal length should be seven characters including '#' and a combination of numbers and letters or each lonely
which language ?
This comment is hidden because it contains spoiler information about the solution
I will close the issue once the pending kumite is merged.
Thanks!
Thanks for your guide, I learned alot of stuff in just one day.
I added this
if check1+check2+check3 != 3:
also in the fork.I will close the issue once it merged
oh, you did that in a fork? I thought you actually updated the tests. This explains that...
But in that case, you shouldn't have closed the issue (since nothing was ipdated yet.
.
I took a look. Seems ok excpet for one thing:
if not all([check1 ,check2, check3]):
instead ofif any([check1 ,check2, check3]) == False:
(which won't do what you wan't). Or even simpler:if check1+check2+check3 != 3:
kindly check my pending translation
it gives 18 tests.
I did all breaks exactly as you suggested
the kumite pending results
fixed, your solution generates invalid values such as #1b973
kindly check again
Python.
what language?
Tests should import the user's solution AND use that import.
not good yet. ;p
see here
Loading more items...