427370f4054f6efd19c2491bc320a80fe003d631
Outils pour l'enseignement NSI
Installation
pip install --upgrade Bertrand_NSI
Fonctions de tri
>>> from Bertrand_NSI import tri
>>> tri.bulles([1, 23, 2, 4, 15])
[1, 2, 4, 15, 23]
Description
Languages
Python
100%