Skip to content

Instantly share code, notes, and snippets.

View Anderson-Andre-P's full-sized avatar
🟢
Seeking opportunities | Software engineer

Anderson André Anderson-Andre-P

🟢
Seeking opportunities | Software engineer
View GitHub Profile
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