Solução do exercício - Gerar o primeiro dígito de um CPF com Python

This commit is contained in:
Luiz Otávio
2022-10-30 19:24:13 -03:00
parent 908cc27b93
commit afb8722cf2
2 changed files with 14 additions and 1 deletions

View File

@@ -40,5 +40,6 @@
"python.testing.pytestEnabled": false,
"python.analysis.diagnosticSeverityOverrides": {},
// "python.defaultInterpreterPath": "./venv/bin/python",
"python.analysis.typeCheckingMode": "off"
"python.analysis.typeCheckingMode": "off",
"cSpell.enabled": false
}