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.
That's not the input of a single test, that's the input of several tests one after the other, add a new line after printing the input.
Because your code doesn't return anything.
I'm not familiar in python, but i belive that in sample test cases you can see what is input.
the input is actually like a json file, well in a pythonway to say this you can imagine it as a bunch of dictionaries within a list.
people = [
{"name":"John". "points":100},
{"name"="Peter","points":120}
]