This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding=utf-8 | |
| # Obtener el dígito verificador del CC/NIT en Python. | |
| # | |
| # La función recibe el RUT como un entero, | |
| # y entrega el dígito verificador como un entero. | |
| import string |