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.
i think this is the easiest way for begginer :v
got it, thanks =)
You're returning a boolean (True/False), not the number in negative form.
This comment is hidden because it contains spoiler information about the solution
Thanks =)
Nope, the lines . . ;
. . . or . . .
result from distinct tests.
. . . (which succeeded) are about
last
char of strings.. . . (which failed) are about
last
argument of arguments.eg, in :
. . .
last
should returnarg99
'cause it's the last argument.Hope it helps.
; )
last (...)
should return...
Test Passed: Value == 10
Test Passed: Value == 10
Test Passed: Value == z
Test Passed: Value == z
... last argument - Expected: z, instead got: a
Test Passed: Value == 5
I think something is wrong.... Test Passed: Value == z ; ... last argument - Expected: z, instead got: a
With randomized lists, wait for...
Test Passed: Value == 2
Test Passed: Value == b
Test Passed: Value == c
... last argument - Expected: c, instead got: a
Again,... Test Passed: Value == c ; ... last argument -Expected: c, instead got: a