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 for your help, using your example, I figured out where there was an error in the code and was finally able to solve it, as a result, the error was in a loop that multiplied two lists and gave incorrect values
or one of the fixed tests 5HVA1C6ZXPA702445
modulus 11 is 10 and it must be valid number, but test said it must return False
3YC1DG6T7FY565964 for this vin modulus 11 is 9
test said that this one is valid
I had a strange problem, I even output the value for modulus 11 for verification, so, comparing the check and what the program output was strange, that is, modulus 11 was equal to 3, and in place of the 9th number there was a digit 2, that is, they are not equal and therefore the answer should be False, but it was written in the tests that it should be True