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.
This test is for bogus pig latin.
Test.assert_equals(pig_it('This is my string'),'hisTay siay ymay tringsay')
Correct would be
isThay isay ymay ingstray
This comment is hidden because it contains spoiler information about the solution
This was fun, but I don't think it really ranks as a 4kyu kata. Maybe 5 or 6, but this felt a lot easier than most of the other 4's i'm seeing around.