fonction tri_et_compte
This commit is contained in:
parent
61f22300bc
commit
165200aadd
|
@ -101,6 +101,16 @@ question(1)
|
||||||
|
|
||||||
question(2)
|
question(2)
|
||||||
|
|
||||||
|
def tri_et_compte(foo, l):
|
||||||
|
|
||||||
|
assert(type(l)==list)
|
||||||
|
|
||||||
|
global compteur
|
||||||
|
|
||||||
|
compteur = 0
|
||||||
|
|
||||||
|
return (foo(l), compteur)
|
||||||
|
|
||||||
partie("Analyse du tri par sélection")
|
partie("Analyse du tri par sélection")
|
||||||
|
|
||||||
question(1)
|
question(1)
|
||||||
|
|
Reference in a new issue