ajout fichiers modifiés knn, programmation et representation base chapitre 2

This commit is contained in:
2026-04-03 09:55:52 +02:00
parent 1ee25b23fe
commit f6d652784a
3 changed files with 56 additions and 17 deletions

View File

@@ -18,6 +18,8 @@ Ce chapitre a pour objectif de répondre aux questions suivantes :
| [Structures conditionnelles](chapitre_2/README.md) | Apprendre les if, elif et else |
| [Boucles](chapitre_3/README.md) | Comprendre les boucles while et for |
| [Fonctions](chapitre_4/README.md) | Création et utilisation des fonctions en Python |
| [F-strings](chapitre_5/README.md) | Formatage de chaînes avec les f-strings |
| [Typage](chapitre_6/README.md) | Typage dynamique, annotations et `isinstance()` |
## Attendus du Programme