TP1 Retravaillé la question 3
This commit is contained in:
parent
2a9aff7fbd
commit
5b48976d16
|
@ -31,10 +31,11 @@ print("Il y a ", len(l_etudiants), " étudiants dans la liste")
|
|||
|
||||
question(3)
|
||||
|
||||
# TODO
|
||||
|
||||
print(l_etudiants[11501230%len(l_etudiants)])
|
||||
monId = 11501230 # Jean-Loup
|
||||
# monId = 11500683 # Geoffrey
|
||||
|
||||
fiche = l_etudiants[monId%len(l_etudiants)]
|
||||
print("Cette fiche est celle de", fiche[2], fiche[1], "qui est en", fiche[3], fiche[4], "et son id est le", fiche[0])
|
||||
|
||||
question(4)
|
||||
|
||||
|
|
Reference in a new issue