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.
Alright
Read the error messages and you will see your code has an issue with missing
'\n'
.This comment is hidden because it contains spoiler information about the solution
Well this strings are of not 4 or 6 length if you try to print their length respectively, just try putting condition on length of string also
Alright
it's not missing x. vext include x.
Printing vs returning isn't the only problem there. Look where the second quote is in those error messages, the input of those tests isn't
'1234'
or'098765'
Not a kata issue. Return the result, not print it.
This comment is hidden because it contains spoiler information about the solution
Cwm fjord bank glyphs vext quiz -- this sentence is missing x, so it should return false. However, the test cases say it should return true. What do I do?