TP1 Retravaillé la question 3
This commit is contained in:
parent
2a9aff7fbd
commit
5b48976d16
|
@ -26,15 +26,16 @@ print('Le test a retourné', test1)
|
||||||
|
|
||||||
question(2)
|
question(2)
|
||||||
|
|
||||||
print("Il y a ", len(l_etudiants), " étudiants dans la liste")
|
print("Il y a", len(l_etudiants), "étudiants dans la liste")
|
||||||
|
|
||||||
|
|
||||||
question(3)
|
question(3)
|
||||||
|
|
||||||
# TODO
|
monId = 11501230 # Jean-Loup
|
||||||
|
# monId = 11500683 # Geoffrey
|
||||||
print(l_etudiants[11501230%len(l_etudiants)])
|
|
||||||
|
|
||||||
|
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)
|
question(4)
|
||||||
|
|
||||||
|
|
Reference in a new issue