This file contains 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
print(f'\033[1;33m{"Algoritmo elaborado por Anderson André": ^60} \033[m \n' | |
f'\033[1;33m{"VALIDADOR DE CPF":-^60} \n\n' | |
f'Esse é um validador de CPF.\n' | |
f'1- Apenas números.\n' | |
f'2- Digitar os onze dígitos do CPF.\n' | |
f'3- Não será considerado números após o 11º digitado.\n' | |
f'4- Pra sair digite Sair.\033[m \n') | |
CPF = 0 |