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.
('Unlocked', 0, ['Locked', 'Unlocked', 'Unlocked', 'Unlocked', 'Locked', 'Unlocked', 'Locked', 'Locked', 'Locked', 'Unlocked']) should equal ('Unlocked', 1, ['Locked', 'Unlocked', 'Unlocked', 'Unlocked', 'Locked', 'Unlocked', 'Locked', 'Locked', 'Locked', 'Unlocked'])
How should output value equal 1.It should be zero.There are two test cases, I think like this which are wrong.
It would be better to put the keys in the dictionary given in the description box in string quotes
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
b=d.Decimal('n')*d.Decimal('a')*d.Decimal('q')
decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>]
What is the error here?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution