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 was happy to see someone take the same succinct approach, and then I see you one-upped me with the variable arguments.
This comment is hidden because it contains spoiler information about the solution
Na, I'm good.
This comment is hidden because it contains spoiler information about the solution
me too
This comment is hidden because it contains spoiler information about the solution
This only works if 3 values are given,so it will pass all the tests. Since you used *args the function will run no matter how many values are passed to it.