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 don't get it. Why shouldn't the 1 be in the list?
"Testing for None, t, t, m, z, 2, 3, s, c, m, True, n, r, i, 9, q, 2, j, p, 1, z
It should work for random inputs too: [True, 1, 2, '3', '9', 'c', 'i', 'j', 'm', 'n', 'p', 'q', 'r', 's', 't', 'z'] should equal [True, 2, '3', '9', 'c', 'i', 'j', 'm', 'n', 'p', 'q', 'r', 's', 't', 'z']"
In the description for the python version the dict keys read as variables and not strings, i.e no qoutes around first_name etc.
On first attempt I passed even though I had the criteria for 'the dog' set to 'bool' (because eyeing test input more than description when writing). The description says everything else than str, float and int should return 'the dog'. I guess the tests should be more extensive?