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.
Hi!
In this case, cow and chicken are two different entities. I think you're looking at just the first character?
So
pattern = aafggiilp / str = cow cow fly pig pig sheep sheep chicken aardvark
:a = cow, f = fly, g = pig, i = sheep, l = chicken, p = aardvark
cow(a)cow(a)fly(f)pig(g)pig(g)sheep(i)sheep(i)chicken(l)arrdvark(p)
Why do you think that the test is wrong?