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 ...


moved 94642
moved 76772
moved 10
Éléments de correction sujet 08 Exercice 1 1a Cette requête permet ... Exercice 1.1 : ce code compile À quel affichage conduit l'exécution du programme (éventuellement corrigé)? tab[i] = tab[pivot+1]; tab[pivot+1] = tab[pivot];.
2022 sujet 21 Exercice 1 - kxs def prix_soldeb(tab): return total_hors_reduction(tab)*(1-0.1*min(5,len(tab))). Page 4. 3a. Dans cette question nous partons du principe que tab n'est pas vide.
moved 1623