python:实现Luhn/Mod 10算法 CC = input("Enter number to validate (e.g. 7992739871): ") if len(CC) < 10 or len(CC) > 10