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.
The first word already has a " " at the end.
I see, I assumed it was below, just like the passed tests. Thanks for the help.
So the log is below its respective test, right? In my case the failed test says: 56 should equal 66
And the log right below it is: input = 3. Input is "a" method parameter.
I still don't see how I'm reading this wrong unfortunately, can you give me some help?
The basic attemp test with a = 3 in python is wrong. It expects 66 as a result, instead of 156. It also shows my returned value as 56 for some reason.
I believe this is a bug/issue because my code passed a random test case with a = 3.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The "Am I safe to drive?" kata link in the description links to this same kata (Mexican wave), instead of this other kata.
it comes from the word array
You need very basic skills to complete it, that's why it's a beginner level kata.
that would make it to easy imo
why limit + 1?
It expects you to return a list of Integers though
9 * 7 * 2 = 126
5 * 2 * 2 = 20
Difference between 126 and 20 is 106
You shouldn't print the result, you should return it
This comment is hidden because it contains spoiler information about the solution
Loading more items...