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 am so noob I can't fix aplphabets other than that I fix floats
They're not. Not a kata issue.
expected:<1 * 5 = 5[
2 * 5 = 10
3 * 5 = 15
4 * 5 = 20
5 * 5 = 25
6 * 5 = 30
7 * 5 = 35
8 * 5 = 40
9 * 5 = 45
10 * 5 = 50]> but was:<1 * 5 = 5[]> Isn't it the same thing???
Why are they saying that if the PIN contains letters, that it should return false no matter the length, when you could just accept int instead of string? IRL when you go to an ATM it'll only have numbers on the keypad, and if you look on the website, if you try to put a letter instead of a number, it'll just not allow right?