Ad
  • Default User Avatar

    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

  • Default User Avatar

    or one of the fixed tests 5HVA1C6ZXPA702445
    modulus 11 is 10 and it must be valid number, but test said it must return False

  • Default User Avatar

    3YC1DG6T7FY565964 for this vin modulus 11 is 9
    test said that this one is valid

  • Default User Avatar

    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