Informatique PCSI Corrigé TP 10a : analyse d'un programme
Corrigé. NSI. 2022 sujet 38. Exercice 1 def tri_selection(tab): for i in range(len ... tab[i] = tab[mini_indice] tab[mini_indice] = e return tab. Exercice 2 from ...
Corrigé. NSI. 2022 sujet 38. Exercice 1 def tri_selection(tab): for i in range(len ... tab[i] = tab[mini_indice] tab[mini_indice] = e return tab. Exercice 2 from ...