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.
Thank you!
Print the input.
Also is there a way you can see the tests done in the actual attempts?
I keep failing the fourth basic test. I think it is a problem to do with if a list is empty. If I say return None if both lists are empty I fail 3 but if I say return False when both lists are empty I fail only 1. Is anyone else having that problem?
Is there a way in python where you can devise a coding system - where you set a series of variables to be worth a certain amount?