Skip to content
Snippets Groups Projects
Commit 09516976 authored by Angy Wallot's avatar Angy Wallot
Browse files

tp.4

parent 5ab3919d
No related branches found
No related tags found
No related merge requests found
......@@ -110,3 +110,5 @@ def charge_fichier_etudiants(fname: str) -> list[Etudiant]:
ligne = fin.readline()
return res
L_ETUDIANTS = charge_fichier_etudiants("etudiants.csv")
COURTE_LISTE = [L_ETUDIANTS[:10]]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment